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:
parent
7ab106e1f5
commit
665c3936d4
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue