Files
wordpress-develop/wp-atom.php
Mark Jaquith 02df990e1f Consistently include wp-config.php. fixes #3349
git-svn-id: https://develop.svn.wordpress.org/trunk@5843 602fd350-edb4-49c9-b593-d223f7449a82
2007-08-03 00:45:06 +00:00

10 lines
129 B
PHP

<?php
if (empty($wp)) {
require_once('./wp-config.php');
wp('feed=atom');
}
require (ABSPATH . WPINC . '/feed-atom.php');
?>