Changeset 21496 for trunk/wp-includes/capabilities.php
- Timestamp:
- 08/10/2012 03:36:54 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/capabilities.php
r21485 r21496 664 664 function has_prop( $key ) { 665 665 return $this->__isset( $key ); 666 } 667 668 /* 669 * Return an array representation. 670 * 671 * @since 3.5.0 672 * 673 * @return array Array representation. 674 */ 675 function to_array() { 676 return get_object_vars( $this->data ); 666 677 } 667 678
Note: See TracChangeset
for help on using the changeset viewer.