Changeset 18909 for trunk/wp-includes/capabilities.php
- Timestamp:
- 10/07/2011 02:34:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r18633 r18909 475 475 * @param string $field The field to query against: 'id', 'slug', 'email' or 'login' 476 476 * @param string|int $value The field value 477 * @return object Raw user object 477 478 */ 478 479 static function get_data_by( $field, $value ) { … … 619 620 * used. 620 621 * 622 * @access protected 621 623 * @since 2.1.0 622 624 * 623 625 * @param string $cap_key Optional capability key 624 * @access protected625 626 */ 626 627 function _init_caps( $cap_key = '' ) {
Note: See TracChangeset
for help on using the changeset viewer.