From 36c9588f08f801f93a2d58f07230ad7f6353299e Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 14 Apr 2008 15:53:09 +0000 Subject: [PATCH] phpdoc typo fix from filosofo. fixes #6712 for trunk git-svn-id: http://svn.automattic.com/wordpress/trunk@7642 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 76fbe9b67..6eac474f2 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