Changeset 43111 for branches/4.9/src/wp-includes/capabilities.php
- Timestamp:
- 05/02/2018 03:48:27 AM (7 years ago)
- Location:
- branches/4.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.9
-
branches/4.9/src/wp-includes/capabilities.php
r42607 r43111 540 540 } 541 541 break; 542 case 'export_others_personal_data': 543 case 'erase_others_personal_data': 544 $caps[] = is_multisite() ? 'manage_network' : 'manage_options'; 545 break; 542 546 default: 543 547 // Handle meta capabilities for custom post types.
Note: See TracChangeset
for help on using the changeset viewer.