Make WordPress Core


Ignore:
Timestamp:
06/16/2020 09:05:20 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Consistently include an empty line between @since tag and @see, @link, or @global, per the documentation standards.

See #49572.

File:
1 edited

Legend:

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

    r48059 r48067  
    1818     *
    1919     * @since 2.0.3
     20     *
    2021     * @global WP_User $current_user The current user object which holds the user data.
    2122     *
     
    23712372     *
    23722373     * @global PasswordHash $wp_hasher PHPass object used for checking the password
    2373      *  against the $hash + $password
     2374     *                                 against the $hash + $password
    23742375     * @uses PasswordHash::CheckPassword
    23752376     *
Note: See TracChangeset for help on using the changeset viewer.