Changeset 21940
- Timestamp:
- 09/21/2012 01:41:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r21866 r21940 869 869 */ 870 870 function remove_cap( $cap ) { 871 if ( empty( $this->caps[$cap] ) )871 if ( ! isset( $this->caps[$cap] ) ) 872 872 return; 873 873 unset( $this->caps[$cap] );
Note: See TracChangeset
for help on using the changeset viewer.