root/branches/2.5/wp-atom.php

Revision 5843, 129 bytes (checked in by markjaquith, 1 year ago)

Consistently include wp-config.php. fixes #3349

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 <?php
2
3 if (empty($wp)) {
4     require_once('./wp-config.php');
5     wp('feed=atom');
6 }
7
8 require (ABSPATH . WPINC . '/feed-atom.php');
9
10 ?>
Note: See TracBrowser for help on using the browser.