02df990e1f
git-svn-id: https://develop.svn.wordpress.org/trunk@5843 602fd350-edb4-49c9-b593-d223f7449a82
10 lines
129 B
PHP
10 lines
129 B
PHP
<?php
|
|
|
|
if (empty($wp)) {
|
|
require_once('./wp-config.php');
|
|
wp('feed=atom');
|
|
}
|
|
|
|
require (ABSPATH . WPINC . '/feed-atom.php');
|
|
|
|
?>
|