diff --git a/wp-admin/ms-themes.php b/wp-admin/ms-themes.php index cb8f2003fd..b1007e823e 100644 --- a/wp-admin/ms-themes.php +++ b/wp-admin/ms-themes.php @@ -5,11 +5,10 @@ $title = __('WordPress › Admin › Themes'); $parent_file = 'ms-admin.php'; require_once('admin-header.php'); -if( is_super_admin() == false ) { +if ( !is_super_admin() ) wp_die( __('You do not have permission to access this page.') ); -} -if (isset($_GET['updated'])) { +if ( isset($_GET['updated']) ) { ?>
' />
- +