From 763a6d55373534af56a3aaebe5c9799c63c7439f Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Mon, 14 Apr 2008 15:53:09 +0000 Subject: [PATCH] phpdoc typo fix from filosofo. fixes #6712 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@7642 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index 76fbe9b676..6eac474f2d 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -1329,7 +1329,7 @@ if ( !function_exists('wp_login') ) : * global for why there was a failure can utilize it later. * * @since 1.2.2 - * @deprecated Use wp_signin() + * @deprecated Use wp_signon() * @global string $error Error when false is returned * * @param string $username User's username