From 665c3936d457f390e16678cf3ec5e42aa04cfaa7 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 20:01:25 +0000 Subject: [PATCH] Fix summaries for for `WP_User->__call()` and `wp_roles()`, both added in 4.3. See [32731], [32548]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33214 git-svn-id: http://core.svn.wordpress.org/trunk@33186 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/capabilities.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/capabilities.php b/wp-includes/capabilities.php index 3b296e59e1..f5262d9a79 100644 --- a/wp-includes/capabilities.php +++ b/wp-includes/capabilities.php @@ -631,7 +631,7 @@ class WP_User { } /** - * Make private/protected methods readable for backwards compatibility. + * Makes private/protected methods readable for backwards compatibility. * * @since 4.3.0 * @access public @@ -1518,7 +1518,7 @@ function user_can( $user, $capability ) { } /** - * Retrieve the global WP_Roles instance, instantiate if necessary. + * Retrieves the global WP_Roles instance and instantiates it if necessary. * * @since 4.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cb9fbfd1c1..6e55d837c0 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-beta2-33213'; +$wp_version = '4.3-beta2-33214'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.