Make WordPress Core

Changeset 5843 for trunk/wp-atom.php


Ignore:
Timestamp:
08/03/2007 12:45:06 AM (17 years ago)
Author:
markjaquith
Message:

Consistently include wp-config.php. fixes #3349

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-atom.php

    r4927 r5843  
    22
    33if (empty($wp)) {
    4     require_once('wp-config.php');
     4    require_once('./wp-config.php');
    55    wp('feed=atom');
    66}
Note: See TracChangeset for help on using the changeset viewer.