Make WordPress Core

Changeset 41714


Ignore:
Timestamp:
10/03/2017 05:43:37 PM (8 years ago)
Author:
johnbillion
Message:

Docs: Correct some @since MU notation that was broken in [41200].

Every function introduced by MU was introduced in 3.0.0 as this was when MU was merged.

See #41509

Location:
trunk/src/wp-includes
Files:
3 edited

Legend:

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

    r41668 r41714  
    380380 * Create an empty blog.
    381381 *
    382  * @since MU (3.0.0) 1.0
     382 * @since MU (3.0.0)
    383383 * @deprecated 4.4.0
    384384 *
     
    416416 * Get the admin for a domain/path combination.
    417417 *
    418  * @since MU (3.0.0) 1.0
     418 * @since MU (3.0.0)
    419419 * @deprecated 4.4.0
    420420 *
  • trunk/src/wp-includes/ms-functions.php

    r41705 r41714  
    1111 * Gets the network's site and user counts.
    1212 *
    13  * @since MU (3.0.0) 1.0
     13 * @since MU (3.0.0)
    1414 *
    1515 * @return array Site and user count for the network.
     
    3333 * is returned.
    3434 *
    35  * @since MU (3.0.0) 1.0
     35 * @since MU (3.0.0)
    3636 *
    3737 * @param int $user_id The unique ID of the user
     
    9797 * The count is cached and updated twice daily. This is not a live count.
    9898 *
    99  * @since MU (3.0.0) 2.7
     99 * @since MU (3.0.0)
    100100 * @since 4.8.0 The $network_id parameter has been added.
    101101 *
     
    112112 * The count is cached and updated twice daily. This is not a live count.
    113113 *
    114  * @since MU (3.0.0) 1.0
     114 * @since MU (3.0.0)
    115115 * @since 3.7.0 The $network_id parameter has been deprecated.
    116116 * @since 4.8.0 The $network_id parameter is now being used.
     
    126126 * Get a blog post from any site on the network.
    127127 *
    128  * @since MU (3.0.0) 1.0
     128 * @since MU (3.0.0)
    129129 *
    130130 * @param int $blog_id ID of the blog.
     
    145145 * Use the {@see 'add_user_to_blog'} action to fire an event when users are added to a blog.
    146146 *
    147  * @since MU (3.0.0) 1.0
     147 * @since MU (3.0.0)
    148148 *
    149149 * @param int    $blog_id ID of the blog you're adding the user to.
     
    218218 * reassign the user's blog posts to another user upon removal.
    219219 *
    220  * @since MU (3.0.0) 1.0
     220 * @since MU (3.0.0)
    221221 *
    222222 * @global wpdb $wpdb WordPress database abstraction object.
     
    321321 * $domain is 'blog1.example.com' and $path is '/'.
    322322 *
    323  * @since MU (3.0.0) 2.6.5
     323 * @since MU (3.0.0)
    324324 *
    325325 * @global wpdb $wpdb WordPress database abstraction object.
  • trunk/src/wp-includes/user.php

    r41688 r41714  
    693693 * Find out whether a user is a member of a given blog.
    694694 *
    695  * @since MU (3.0.0) 1.1
     695 * @since MU (3.0.0)
    696696 *
    697697 * @global wpdb $wpdb WordPress database abstraction object.
Note: See TracChangeset for help on using the changeset viewer.