diff --git a/wp-includes/user.php b/wp-includes/user.php index abdcb3a2b3..c1c63045e3 100644 --- a/wp-includes/user.php +++ b/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 diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a025eb6b8..2ad2c00f5b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36500'; +$wp_version = '4.5-alpha-36501'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.