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
This commit is contained in:
Drew Jaynes 2015-07-13 20:00:46 +00:00
parent 7b677473f7
commit af2e4e158b
1 changed files with 2 additions and 2 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
*