Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r47808 r48067  
    1919 *
    2020 * @since 1.5.1
     21 *
    2122 * @see get_bloginfo() For the list of possible values to display.
    2223 *
     
    4849 *
    4950 * @since 0.71
     51 *
    5052 * @see get_bloginfo() For the list of possible values to display.
    5153 *
     
    178180 *
    179181 * @since 2.9.0
     182 *
    180183 * @see get_the_content()
    181184 *
     
    428431 *
    429432 * @since 0.71
     433 *
    430434 * @see get_the_category_rss() For better explanation.
    431435 *
     
    773777    /** This filter is documented in wp-includes/class-wp-feed-cache-transient.php */
    774778    $feed->set_cache_duration( apply_filters( 'wp_feed_cache_transient_lifetime', 12 * HOUR_IN_SECONDS, $url ) );
     779
    775780    /**
    776781     * Fires just before processing the SimplePie feed object.
     
    782787     */
    783788    do_action_ref_array( 'wp_feed_options', array( &$feed, $url ) );
     789
    784790    $feed->init();
    785791    $feed->set_output_encoding( get_option( 'blog_charset' ) );
Note: See TracChangeset for help on using the changeset viewer.