WordPress/wp-atom.php
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');
?>