From ab112fecb894f887bd49fcd5cc27c843fa4559ed Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 7 Feb 2014 09:46:19 +0000 Subject: [PATCH] Fix typo in wp_set_auth_cookie() description. props drozdz. fixes #27046. git-svn-id: https://develop.svn.wordpress.org/trunk@27116 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/pluggable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/pluggable.php b/src/wp-includes/pluggable.php index 794565f1c5..9a7f4366a1 100644 --- a/src/wp-includes/pluggable.php +++ b/src/wp-includes/pluggable.php @@ -634,7 +634,7 @@ endif; if ( !function_exists('wp_set_auth_cookie') ) : /** - * Sets the authentication cookies based User ID. + * Sets the authentication cookies based on user ID. * * The $remember parameter increases the time that the cookie will be kept. The * default the cookie is kept without remembering is two days. When $remember is