Make WordPress Core


Ignore:
Timestamp:
02/01/2020 08:53:14 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Text Changes: Capitalize error messages consistently.

Props Presskopp.
Fixes #42945.

File:
1 edited

Legend:

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

    r47122 r47154  
    218218
    219219    if ( ! isset( $whitelist_options[ $option_page ] ) ) {
    220         wp_die( __( '<strong>ERROR</strong>: options page not found.' ) );
     220        wp_die( __( '<strong>ERROR</strong>: Options page not found.' ) );
    221221    }
    222222
Note: See TracChangeset for help on using the changeset viewer.