From af2e4e158bd417b7c0f52e46b99073291223c6b6 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 20:00:46 +0000 Subject: [PATCH] Fix summaries for for `WP_User->__call()` and `wp_roles()`, both added in 4.3. See [32731], [32548]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33214 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/capabilities.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/capabilities.php b/src/wp-includes/capabilities.php index 3b296e59e1..f5262d9a79 100644 --- a/src/wp-includes/capabilities.php +++ b/src/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 *