Changeset 46661 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 11/05/2019 09:25:53 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-user.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r46451 r46661 865 865 * @since 4.9.0 866 866 * 867 * @return array User capabilities array. 867 * @return bool[] List of capabilities keyed by the capability name, 868 * e.g. array( 'edit_posts' => true, 'delete_posts' => false ). 868 869 */ 869 870 private function get_caps_data() {
Note: See TracChangeset
for help on using the changeset viewer.