Changeset 12733 for trunk/wp-includes/capabilities.php
- Timestamp:
- 01/15/2010 10:11:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r12699 r12733 125 125 * The capabilities are defined in the following format `array( 'read' => true );` 126 126 * To explicitly deny a role a capability you set the value for that capability to false. 127 * 127 * 128 128 * @since 2.0.0 129 129 * @access public … … 717 717 $cap = $this->translate_level_to_cap( $cap ); 718 718 } 719 719 720 720 $args = array_slice( func_get_args(), 1 ); 721 721 $args = array_merge( array( $cap, $this->ID ), $args );
Note: See TracChangeset
for help on using the changeset viewer.