Changeset 37030
- Timestamp:
- 03/17/2016 08:05:51 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pluggable.php
r36992 r37030 502 502 * 503 503 * @since 2.5.0 504 * @since 4.5.0 $username can also bean email address.504 * @since 4.5.0 `$username` now accepts an email address. 505 505 * 506 506 * @param string $username User's username or email address. … … 520 520 * 521 521 * @since 2.8.0 522 * @since 4.5.0 $username can also bean email address.522 * @since 4.5.0 `$username` now accepts an email address. 523 523 * 524 524 * @param null|WP_User|WP_Error $user WP_User if the user is authenticated. … … 542 542 * 543 543 * @since 2.5.0 544 * @since 4.5.0 $username can alsobe an email address.544 * @since 4.5.0 The value of `$username` can now be an email address. 545 545 * 546 546 * @param string $username Username or email address.
Note: See TracChangeset
for help on using the changeset viewer.