more descriptive message on blocking unregistered setting, see #11644, related #11730

git-svn-id: https://develop.svn.wordpress.org/trunk@13711 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ron Rennick 2010-03-15 22:00:48 +00:00
parent b8fb00fc92
commit 8cbf25a155

View File

@ -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 ];