From c52af7470b0d882eba4aeffbc882ea704ca52cc3 Mon Sep 17 00:00:00 2001 From: Eric Lewis Date: Sat, 9 Jan 2016 21:08:26 +0000 Subject: [PATCH] Login is not a verb, change "login" to "log in". See #35387 Built from https://develop.svn.wordpress.org/trunk@36246 git-svn-id: http://core.svn.wordpress.org/trunk@36213 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/pluggable.php | 2 +- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/pluggable.php b/wp-includes/pluggable.php index ccb57ee447..4795c213e2 100644 --- a/wp-includes/pluggable.php +++ b/wp-includes/pluggable.php @@ -843,7 +843,7 @@ endif; if ( !function_exists('wp_set_auth_cookie') ) : /** - * Login a user by setting authentication cookies. + * Log in a user by setting authentication cookies. * * 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 diff --git a/wp-includes/user.php b/wp-includes/user.php index 171ad4661e..195f72cc8d 100644 --- a/wp-includes/user.php +++ b/wp-includes/user.php @@ -7,7 +7,7 @@ */ /** - * Authenticate and login a user with remember capability. + * Authenticate and log in a user 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 diff --git a/wp-includes/version.php b/wp-includes/version.php index db09a227ab..e85d0b3070 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36245'; +$wp_version = '4.5-alpha-36246'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.