Changeset 37487 for trunk/src/wp-includes/class-wp-role.php
- Timestamp:
- 05/22/2016 05:39:00 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-role.php
r35935 r37487 64 64 65 65 /** 66 * Remove capability fromrole.66 * Removes a capability from a role. 67 67 * 68 * This is a container for {@link WP_Roles::remove_cap()}to remove the69 * capability from the role. That is to say, that {@link70 * WP_Roles::remove_cap()} implements the functionality, but it also makes71 * sense to use this class,because you don't need to enter the role name.68 * This is a container for WP_Roles::remove_cap() to remove the 69 * capability from the role. That is to say, that WP_Roles::remove_cap() 70 * implements the functionality, but it also makes sense to use this class, 71 * because you don't need to enter the role name. 72 72 * 73 73 * @since 2.0.0
Note: See TracChangeset
for help on using the changeset viewer.