Changeset 55732 for trunk/src/wp-includes/class-wp-user.php
- Timestamp:
- 05/08/2023 10:35:38 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user.php
r54891 r55732 895 895 * 896 896 * @return bool[] List of capabilities keyed by the capability name, 897 * e.g. array( 'edit_posts' => true, 'delete_posts' => false ).897 * e.g. `array( 'edit_posts' => true, 'delete_posts' => false )`. 898 898 */ 899 899 private function get_caps_data() {
Note: See TracChangeset
for help on using the changeset viewer.