Changeset 47855 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 05/26/2020 09:35:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r47845 r47855 12 12 if ( is_multisite() && ! is_network_admin() ) { 13 13 wp_redirect( network_admin_url( 'plugin-editor.php' ) ); 14 exit ();14 exit; 15 15 } 16 16
Note: See TracChangeset
for help on using the changeset viewer.