From 12bdf5a6da7d9bd0647f843f9446eae50da54f01 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Sun, 7 Feb 2016 08:11:25 +0000 Subject: [PATCH] Docs: Improove the DocBlock summary for `wp_signon()`. See #32246. Built from https://develop.svn.wordpress.org/trunk@36501 git-svn-id: http://core.svn.wordpress.org/trunk@36468 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/user.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.