Make WordPress Core

Changeset 601 for trunk/b2rss2.php


Ignore:
Timestamp:
12/11/2003 12:22:36 AM (21 years ago)
Author:
saxmatt
Message:

The great renaming.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2rss2.php

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