Changeset 48556
- Timestamp:
- 07/21/2020 09:59:46 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php
r48242 r48556 641 641 return new WP_Error( 642 642 'rest_cannot_manage_network_plugins', 643 __( 'Sorry, you do not have permissionto manage network plugins.' ),643 __( 'Sorry, you are not allowed to manage network plugins.' ), 644 644 array( 'status' => rest_authorization_required_code() ) 645 645 );
Note: See TracChangeset
for help on using the changeset viewer.