Make WordPress Core


Ignore:
Timestamp:
09/30/2011 05:18:35 PM (13 years ago)
Author:
markjaquith
Message:

Be more consistent with ERROR: messages. fixes #15887

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/options.php

    r17986 r18841  
    111111
    112112    if ( !isset( $whitelist_options[ $option_page ] ) )
    113         wp_die( __( 'Error: options page not found.' ) );
     113        wp_die( __( '<strong>ERROR</strong>: options page not found.' ) );
    114114
    115115    if ( 'options' == $option_page ) {
Note: See TracChangeset for help on using the changeset viewer.