Make WordPress Core

Changeset 38201 for trunk


Ignore:
Timestamp:
08/04/2016 10:53:40 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct and clarify various @since docs.

Fixes #37562

Location:
trunk/src
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-ms-sites-list-table.php

    r37899 r38201  
    6363     *
    6464     * @since 3.1.0
    65      * @since 4.6.0 Converted to use get_sites()
    6665     *
    6766     * @global string $s
  • trunk/src/wp-includes/class-wp-customize-setting.php

    r38121 r38201  
    469469     *
    470470     * @since 3.4.0
    471      * @since 4.6.0 Return the result of updating the value.
     471     *
    472472     * @access public
    473473     *
  • trunk/src/wp-includes/ms-functions.php

    r37985 r38201  
    297297 *
    298298 * @since MU 2.6.5
    299  * @since 4.6.0 Converted to use get_sites()
    300299 *
    301300 * @global wpdb $wpdb WordPress database abstraction object.
     
    12531252 *
    12541253 * @since MU
    1255  * @since 4.6.0 Converted to use get_sites()
    12561254 *
    12571255 * @global wpdb $wpdb WordPress database abstraction object.
     
    22602258 *
    22612259 * @since 3.7.0
    2262  * @since 4.6.0 Converted to use get_sites()
    22632260 *
    22642261 * @global wpdb $wpdb WordPress database abstraction object.
  • trunk/src/wp-includes/ms-load.php

    r38125 r38201  
    122122 *
    123123 * @since 3.9.0
    124  * @since 4.4.0 Converted to a wrapper for WP_Network::get_by_path()
     124 *
     125 * @internal In 4.4.0, converted to a wrapper for WP_Network::get_by_path()
    125126 *
    126127 * @param string   $domain   Domain to check.
     
    137138 *
    138139 * @since 3.9.0
    139  * @since 4.4.0 Converted to leverage WP_Network
    140  * @since 4.6.0 Converted to use get_network()
     140 *
     141 * @internal In 4.6.0, converted to use get_network()
    141142 *
    142143 * @param object|int $network The network's database row or ID.
     
    156157 *
    157158 * @since 3.9.0
    158  * @since 4.6.0 Converted to use get_sites()
    159159 *
    160160 * @global wpdb $wpdb WordPress database abstraction object.
  • trunk/src/wp-includes/post.php

    r38145 r38201  
    838838 *
    839839 * @since 3.0.0
    840  * @since 4.6.0 Converted to use WP_Post_Type.
     840 * @since 4.6.0 Object returned is now an instance of WP_Post_Type.
    841841 *
    842842 * @global array $wp_post_types List of post types.
     
    901901 * @since 4.4.0 The `show_ui` argument is now enforced on the post type listing
    902902 *              screen and post editing screen.
    903  * @since 4.6.0 Converted to use WP_Post_Type.
     903 * @since 4.6.0 Post type object returned is now an instance of WP_Post_Type.
    904904 *
    905905 * @global array $wp_post_types List of post types.
     
    10591059 *
    10601060 * @since 4.5.0
    1061  * @since 4.6.0 Converted to use WP_Post_Type.
    10621061 *
    10631062 * @global array $wp_post_types List of post types.
Note: See TracChangeset for help on using the changeset viewer.