Make WordPress Core

Changeset 33674


Ignore:
Timestamp:
08/20/2015 10:14:44 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize @deprecated tag formatting for deprecated functions in wp-includes/pluggable-deprecated.php.

Props Alphawolf for the initial patch.
Props DrewAPicture.

See #28806.

File:
1 edited

Legend:

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

    r30667 r33674  
    2323 *
    2424 * @since 2.0.1
    25  * @see wp_set_current_user() An alias of wp_set_current_user()
    26  * @deprecated 3.0.0
    27  * @deprecated Use wp_set_current_user()
     25 * @deprecated 3.0.0 Use wp_set_current_user()
     26 * @see wp_set_current_user()
    2827 *
    2928 * @param int|null $id User ID.
     
    4241 *
    4342 * @since 0.71
    44  * @deprecated 3.3.0
    45  * @deprecated Use get_user_by('login')
     43 * @deprecated 3.3.0 Use get_user_by()
     44 * @see get_user_by()
    4645 *
    4746 * @param string $user_login User's username
     
    5958 *
    6059 * @since 2.5.0
    61  * @deprecated 3.3.0
    62  * @deprecated Use get_user_by('email')
     60 * @deprecated 3.3.0 Use get_user_by()
     61 * @see get_user_by()
    6362 *
    6463 * @param string $email User's email address
     
    7675 *
    7776 * @since 1.5.0
    78  * @deprecated 2.5.0
    79  * @deprecated Use wp_set_auth_cookie()
     77 * @deprecated 2.5.0 Use wp_set_auth_cookie()
    8078 * @see wp_set_auth_cookie()
    8179 *
     
    10199 *
    102100 * @since 1.5.0
    103  * @deprecated 2.5.0
    104  * @deprecated Use wp_clear_auth_cookie()
     101 * @deprecated 2.5.0 Use wp_clear_auth_cookie()
    105102 * @see wp_clear_auth_cookie()
    106103 */
     
    122119 * @since 2.0.3
    123120 * @deprecated 2.5.0
    124  * @deprecated No alternative
    125121 *
    126122 * @return bool Always returns false
     
    146142 *
    147143 * @since 1.2.2
    148  * @deprecated Use wp_signon()
     144 * @deprecated 2.5.0 Use wp_signon()
     145 * @see wp_signon()
     146 *
    149147 * @global string $error Error when false is returned
    150148 *
     
    178176 * @since 2.2.0
    179177 * @deprecated 3.5.0
     178 *
    180179 * @link https://wordpress.org/plugins/atom-publishing-protocol/
    181180 */
Note: See TracChangeset for help on using the changeset viewer.