mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-30 02:04:26 +00:00
Strip trailing whitespace
git-svn-id: https://develop.svn.wordpress.org/trunk@10150 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -292,7 +292,7 @@ class WP_Role {
|
||||
* @access public
|
||||
*
|
||||
* @param string $cap Capability name.
|
||||
* @param bool $grant Whether role has capability privilege.
|
||||
* @param bool $grant Whether role has capability privilege.
|
||||
*/
|
||||
function add_cap( $cap, $grant = true ) {
|
||||
global $wp_roles;
|
||||
|
||||
Reference in New Issue
Block a user