Make WordPress Core

Changeset 7991 for trunk/wp-rss.php


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

File file level phpdoc from jacobsantos. see #7037

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-rss.php

    r7971 r7991  
    11<?php
     2/**
     3 * Outputs the RSS feed RDF format using the feed-rss.php
     4 * file in wp-includes folder.
     5 *
     6 * This file only sets the feed format and includes the
     7 * feed-rss.php.
     8 *
     9 * This file is no longer used in WordPress and while it is
     10 * not deprecated now. This file will most likely be
     11 * deprecated or removed in a later version.
     12 *
     13 * @package WordPress
     14 */
    215
    316if (empty($wp)) {
Note: See TracChangeset for help on using the changeset viewer.