Ticket #34521: 34521-text-change-manage-options.patch
File 34521-text-change-manage-options.patch, 600 bytes (added by , 7 years ago) |
---|
-
wp-admin/options.php
160 160 161 161 if ( 'options' == $option_page ) { 162 162 if ( is_multisite() && ! is_super_admin() ) 163 wp_die( __( 'Sorry, you are not allowed to m odify unregistered settings for this site.' ) );163 wp_die( __( 'Sorry, you are not allowed to manage options for this site.' ) ); 164 164 $options = explode( ',', wp_unslash( $_POST[ 'page_options' ] ) ); 165 165 } else { 166 166 $options = $whitelist_options[ $option_page ];