Changeset 25673
- Timestamp:
- 10/02/2013 09:35:20 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/capabilities.php
r25653 r25673 733 733 * @uses $wp_roles 734 734 * @access public 735 * 736 * @return array List of all capabilities for the user. 735 737 */ 736 738 function get_role_caps() { … … 751 753 } 752 754 $this->allcaps = array_merge( (array) $this->allcaps, (array) $this->caps ); 755 756 return $this->allcaps; 753 757 } 754 758
Note: See TracChangeset
for help on using the changeset viewer.