Changeset 18841 for trunk/wp-admin/options.php
- Timestamp:
- 09/30/2011 05:18:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/options.php
r17986 r18841 111 111 112 112 if ( !isset( $whitelist_options[ $option_page ] ) ) 113 wp_die( __( ' Error: options page not found.' ) );113 wp_die( __( '<strong>ERROR</strong>: options page not found.' ) ); 114 114 115 115 if ( 'options' == $option_page ) {
Note: See TracChangeset
for help on using the changeset viewer.