mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Docs: In various @return tags, list the expected type first, instead of false.
Follow-up to [46696]. See #48303. git-svn-id: https://develop.svn.wordpress.org/trunk@47060 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -166,7 +166,7 @@ if ( !function_exists('wp_login') ) :
|
||||
* @param string $username User's username
|
||||
* @param string $password User's password
|
||||
* @param string $deprecated Not used
|
||||
* @return bool False on login failure, true on successful check
|
||||
* @return bool True on successful check, false on login failure.
|
||||
*/
|
||||
function wp_login($username, $password, $deprecated = '') {
|
||||
_deprecated_function( __FUNCTION__, '2.5.0', 'wp_signon()' );
|
||||
|
||||
Reference in New Issue
Block a user