Make WordPress Core

Changeset 7991 for trunk/wp-feed.php


Ignore:
Timestamp:
05/25/2008 03:50:15 PM (16 years ago)
Author:
ryan
Message:

File file level phpdoc from jacobsantos. see #7037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-feed.php

    r4495 r7991  
    11<?php
     2/**
     3 * Outputs the RSS2 feed XML format. This file is a shortcut or compatibility
     4 * layer for easily finding the RSS feed for the site. It loads WordPress using
     5 * the wp-blog-header.php file and running do_feed() function.
     6 *
     7 * @see do_feed() Used to display the RSS2 feed
     8 *
     9 * This file is no longer used in WordPress and while it is not deprecated now.
     10 * This file will most likely be deprecated or removed in a later version.
     11 *
     12 * The link for the rss2 feed is /index.php?feed=rss2 with permalinks off.
     13 *
     14 * @package WordPress
     15 */
    216
    317if (empty($doing_rss)) {
Note: See TracChangeset for help on using the changeset viewer.