Text Changes: Capitalize error messages consistently.

Props Presskopp.
Fixes #42945.
Built from https://develop.svn.wordpress.org/trunk@47154


git-svn-id: http://core.svn.wordpress.org/trunk@46954 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2020-02-01 20:55:05 +00:00
parent 12a6907123
commit 2fe7c95153
5 changed files with 13 additions and 13 deletions

View File

@@ -217,7 +217,7 @@ if ( 'update' == $action ) {
}
if ( ! isset( $whitelist_options[ $option_page ] ) ) {
wp_die( __( '<strong>ERROR</strong>: options page not found.' ) );
wp_die( __( '<strong>ERROR</strong>: Options page not found.' ) );
}
if ( 'options' == $option_page ) {