Make WordPress Core


Ignore:
Timestamp:
12/20/2010 09:25:21 AM (15 years ago)
Author:
nacin
Message:

More @since. props SergeyBiryukov, fixes #15445.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/rss.php

    r16031 r17071  
    395395 * Build Magpie object based on RSS from URL.
    396396 *
    397  * @since unknown
     397 * @since 1.5.0
    398398 * @package External
    399399 * @subpackage MagpieRSS
     
    533533 * Retrieve URL headers and content using WP HTTP Request API.
    534534 *
    535  * @since unknown
     535 * @since 1.5.0
    536536 * @package External
    537537 * @subpackage MagpieRSS
     
    577577 * Retrieve
    578578 *
    579  * @since unknown
     579 * @since 1.5.0
    580580 * @package External
    581581 * @subpackage MagpieRSS
     
    627627 * Set up constants with default values, unless user overrides.
    628628 *
    629  * @since unknown
     629 * @since 1.5.0
    630630 * @package External
    631631 * @subpackage MagpieRSS
     
    872872 * Display all RSS items in a HTML ordered list.
    873873 *
    874  * @since unknown
     874 * @since 1.5.0
    875875 * @package External
    876876 * @subpackage MagpieRSS
     
    912912 * function.
    913913 *
    914  * @since unknown
     914 * @since 1.5.0
    915915 * @package External
    916916 * @subpackage MagpieRSS
Note: See TracChangeset for help on using the changeset viewer.