git-svn-id: http://svn.automattic.com/wordpress/trunk@13711 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
81d6e1e8b3
commit
b1bcab8963
|
@ -110,7 +110,7 @@ if ( 'update' == $action ) {
|
|||
if ( 'options' == $option_page )
|
||||
$options = explode(',', stripslashes( $_POST[ 'page_options' ] ));
|
||||
if( is_multisite() && !is_super_admin() )
|
||||
wp_die( __( 'Not allowed here' ) );
|
||||
wp_die( __( 'You do not have sufficient permissions to modify unregistered settings for this site.' ) );
|
||||
else
|
||||
$options = $whitelist_options[ $option_page ];
|
||||
|
||||
|
|
Loading…
Reference in New Issue