Changeset 7991 for trunk/wp-atom.php
- Timestamp:
- 05/25/2008 03:50:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-atom.php
r7971 r7991 1 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. 5 * 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. 8 * 9 * The link for the atom feed is /index.php?feed=atom with permalinks off. 10 * 11 * @package WordPress 12 */ 2 13 3 14 if (empty($wp)) {
Note: See TracChangeset
for help on using the changeset viewer.