Make WordPress Core


Ignore:
Timestamp:
12/24/2013 06:56:05 PM (11 years ago)
Author:
DrewAPicture
Message:

First there were two, and now there are three -- in the @since versions that came before and that shall be. And so it will be, says nacin.

Props JustinSainton, SergeyBiryukov, DrewAPicture.
Fixes #26713.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/feed.php

    r26644 r26868  
    5858 * @package WordPress
    5959 * @subpackage Feed
    60  * @since 2.5
     60 * @since 2.5.0
    6161 * @uses apply_filters() Calls 'default_feed' hook on the default feed string.
    6262 *
     
    447447 * @package WordPress
    448448 * @subpackage Feed
    449  * @since 2.5
     449 * @since 2.5.0
    450450 *
    451451 * @param string $data Input string
     
    485485 * @package WordPress
    486486 * @subpackage Feed
    487  * @since 2.5
     487 * @since 2.5.0
    488488 */
    489489function self_link() {
     
    519519 * Build SimplePie object based on RSS or Atom feed from URL.
    520520 *
    521  * @since 2.8
     521 * @since 2.8.0
    522522 *
    523523 * @param mixed $url URL of feed to retrieve. If an array of URLs, the feeds are merged
Note: See TracChangeset for help on using the changeset viewer.