Changeset 16747 for trunk/wp-admin/theme-editor.php
- Timestamp:
- 12/06/2010 03:41:19 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/theme-editor.php
r16718 r16747 9 9 /** WordPress Administration Bootstrap */ 10 10 require_once('./admin.php'); 11 12 if ( is_multisite() && ! is_network_admin() ) { 13 wp_redirect( network_admin_url( 'theme-editor.php' ) ); 14 exit(); 15 } 11 16 12 17 if ( !current_user_can('edit_themes') )
Note: See TracChangeset
for help on using the changeset viewer.