Changeset 36992
- Timestamp:
- 03/14/2016 10:30:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r36800 r36992 502 502 * 503 503 * @since 2.5.0 504 * @since 4.5.0 $username can also be an email address. 504 505 * 505 506 * @param string $username User's username or email address. … … 519 520 * 520 521 * @since 2.8.0 522 * @since 4.5.0 $username can also be an email address. 521 523 * 522 524 * @param null|WP_User|WP_Error $user WP_User if the user is authenticated. 523 525 * WP_Error or null otherwise. 524 * @param string $username User login.526 * @param string $username Username or email address. 525 527 * @param string $password User password 526 528 */ … … 540 542 * 541 543 * @since 2.5.0 544 * @since 4.5.0 $username can also be an email address. 542 545 * 543 * @param string $username User login.546 * @param string $username Username or email address. 544 547 */ 545 548 do_action( 'wp_login_failed', $username );
Note: See TracChangeset
for help on using the changeset viewer.