From 2caad3f7b20dd16d0b391f57645da27dcc132dfb Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 08:10:47 +0000 Subject: [PATCH] Docs: Improove the DocBlock summary for `wp_signon()`. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@36501 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/user.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/user.php b/src/wp-includes/user.php index abdcb3a2b3..c1c63045e3 100644 --- a/src/wp-includes/user.php +++ b/src/wp-includes/user.php @@ -7,7 +7,7 @@ */ /** - * Authenticate and log in a user with remember capability. + * Authenticates and logs a user in with 'remember' capability. * * The credentials is an array that has 'user_login', 'user_password', and * 'remember' indices. If the credentials is not given, then the log in form