Make WordPress Core

Changeset 37030


Ignore:
Timestamp:
03/17/2016 08:05:51 AM (8 years ago)
Author:
DrewAPicture
Message:

Docs: Improve 4.5 changelog entries introduced in [36992] for wp_authenticate(), and the authenticate and wp_login_failed hooks.

See #9568. See #35986.

File:
1 edited

Legend:

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

    r36992 r37030  
    502502 *
    503503 * @since 2.5.0
    504  * @since 4.5.0 $username can also be an email address.
     504 * @since 4.5.0 `$username` now accepts an email address.
    505505 *
    506506 * @param string $username User's username or email address.
     
    520520     *
    521521     * @since 2.8.0
    522      * @since 4.5.0 $username can also be an email address.
     522     * @since 4.5.0 `$username` now accepts an email address.
    523523     *
    524524     * @param null|WP_User|WP_Error $user     WP_User if the user is authenticated.
     
    542542         *
    543543         * @since 2.5.0
    544          * @since 4.5.0 $username can also be an email address.
     544         * @since 4.5.0 The value of `$username` can now be an email address.
    545545         *
    546546         * @param string $username Username or email address.
Note: See TracChangeset for help on using the changeset viewer.