Make WordPress Core


Ignore:
Timestamp:
08/01/2017 08:43:25 PM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Reduce confusion in @since MU notationss by indicating the WP version (3.0.0) the code was merged into core while retaining the original context.

Props sathyapulse.
Fixes #41509.

File:
1 edited

Legend:

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

    r41186 r41200  
    424424 * Get the current user's ID
    425425 *
    426  * @since MU
     426 * @since MU (3.0.0)
    427427 *
    428428 * @return int The current user's ID, or 0 if no user is logged in.
     
    680680     * Filters the list of sites a user belongs to.
    681681     *
    682      * @since MU
     682     * @since MU (3.0.0)
    683683     *
    684684     * @param array $sites   An array of site objects belonging to the user.
     
    693693 * Find out whether a user is a member of a given blog.
    694694 *
    695  * @since MU 1.1
     695 * @since MU (3.0.0) 1.1
    696696 *
    697697 * @global wpdb $wpdb WordPress database abstraction object.
     
    26702670         * ###SITEURL###   The URL to the site.
    26712671         *
    2672          * @since MU
     2672         * @since MU (3.0.0)
    26732673         * @since 4.9.0 This filter is no longer Multisite specific.
    26742674         *
Note: See TracChangeset for help on using the changeset viewer.