diff options
Diffstat (limited to 'wp-admin/wpmu-users.php')
| -rw-r--r-- | wp-admin/wpmu-users.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wp-admin/wpmu-users.php b/wp-admin/wpmu-users.php index 806db35..1305e09 100644 --- a/wp-admin/wpmu-users.php +++ b/wp-admin/wpmu-users.php @@ -4,13 +4,12 @@ require_once('admin.php'); $title = __('WordPress MU › Admin › Users'); $parent_file = 'wpmu-admin.php'; -wp_enqueue_script( 'listman' ); wp_enqueue_script( 'admin-forms' ); require_once('admin-header.php'); if( is_site_admin() == false ) { - wp_die( __('<p>You do not have permission to access this page.</p>') ); + wp_die( __('You do not have permission to access this page.') ); } if ( $_GET['updated'] == 'true' ) { |
