2008-10-06 Anders Carlsson <andersca@apple.com>
[webkit/qt.git] / WebKitSite / blog / wp-atom.php
blob9e20eb68ee2e0e5dda988f323ec11bbeb087d239
1 <?php
2 /**
3 * Outputs the Atom feed XML format using the feed-atom.php file in wp-includes
4 * folder. This file only sets the feed format and includes the feed-atom.php.
6 * This file is no longer used in WordPress and while it is not deprecated now.
7 * This file will most likely be deprecated or removed in a later version.
9 * The link for the atom feed is /index.php?feed=atom with permalinks off.
11 * @package WordPress
14 if (empty($wp)) {
15 require_once('./wp-load.php');
16 wp('feed=atom');
19 require (ABSPATH . WPINC . '/feed-atom.php');