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