Changeset 18476
- Timestamp:
- 07/28/2011 05:12:18 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r18445 r18476 206 206 * @return object|null Null, if role does not exist. WP_Role object, if found. 207 207 */ 208 function &get_role( $role ) {208 function get_role( $role ) { 209 209 if ( isset( $this->role_objects[$role] ) ) 210 210 return $this->role_objects[$role];
Note: See TracChangeset
for help on using the changeset viewer.