Changeset 13711 for trunk/wp-admin/options.php
- Timestamp:
- 03/15/2010 10:00:48 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r13709 r13711 111 111 $options = explode(',', stripslashes( $_POST[ 'page_options' ] )); 112 112 if( is_multisite() && !is_super_admin() ) 113 wp_die( __( ' Not allowed here' ) );113 wp_die( __( 'You do not have sufficient permissions to modify unregistered settings for this site.' ) ); 114 114 else 115 115 $options = $whitelist_options[ $option_page ];
Note: See TracChangeset
for help on using the changeset viewer.