~canonical-sysadmins/wordpress/4.8.1

« back to all changes in this revision

Viewing changes to wp-admin/network.php

  • Committer: Barry Price
  • Date: 2016-08-17 04:50:12 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: barry.price@canonical.com-20160817045012-qfui81zhqnqv2ba9
Merge WP4.6 from upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
require_once( dirname( __FILE__ ) . '/admin.php' );
17
17
 
18
18
if ( ! is_super_admin() ) {
19
 
        wp_die( __( 'You do not have sufficient permissions to manage options for this site.' ) );
 
19
        wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) );
20
20
}
21
21
 
22
22
if ( is_multisite() ) {