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
This commit is contained in:
Drew Jaynes 2015-07-13 20:01:25 +00:00
parent 7ab106e1f5
commit 665c3936d4
2 changed files with 3 additions and 3 deletions

View File

@ -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
*

View File

@ -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.