Make WordPress Core

Changeset 628 for trunk/b2rdf.php


Ignore:
Timestamp:
12/18/2003 09:36:13 AM (21 years ago)
Author:
saxmatt
Message:

Renaming Reloaded.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2rdf.php

    r601 r628  
    22$curpath = dirname(__FILE__).'/';
    33require_once ($curpath.'wp-config.php');
    4 require_once ($curpath.$b2inc.'/template-functions.php');
     4require_once ($curpath.WPINC.'/template-functions.php');
    55header('HTTP/1.0 301 Moved Permanently');
    66header('Location: ' . get_bloginfo('rdf_url') . "\n");
Note: See TracChangeset for help on using the changeset viewer.