- Timestamp:
- 01/29/2020 12:43:23 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/ajax/PrivacyExportPersonalData.php
r46693 r47122 155 155 156 156 $this->_setRole( 'administrator' ); 157 // export_others_personal_datameta cap in Multisite installation is only granted to those with `manage_network` capability.157 // `export_others_personal_data` meta cap in Multisite installation is only granted to those with `manage_network` capability. 158 158 if ( is_multisite() ) { 159 159 grant_super_admin( get_current_user_id() ); … … 808 808 809 809 /** 810 * Helper function for ajax handler.810 * Helper function for Ajax handler. 811 811 * 812 812 * @since 5.2.0
Note: See TracChangeset
for help on using the changeset viewer.