wp/wp-includes/pluggable-deprecated.php
changeset 16 a86126ab1dd4
parent 7 cf61fcea0001
child 22 8c2e4d02f4ef
--- a/wp/wp-includes/pluggable-deprecated.php	Tue Oct 22 16:11:46 2019 +0200
+++ b/wp/wp-includes/pluggable-deprecated.php	Tue Dec 15 13:49:49 2020 +0100
@@ -166,7 +166,7 @@
  * @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()' );