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/deprecated.php

    r40949 r41200  
    27992799 * Checks if the current user belong to a given site.
    28002800 *
    2801  * @since MU
     2801 * @since MU (3.0.0)
    28022802 * @deprecated 3.3.0 Use is_user_member_of_blog()
    28032803 * @see is_user_member_of_blog()
Note: See TracChangeset for help on using the changeset viewer.