Text Changes: Capitalize error messages consistently.

Props Presskopp.
Fixes #42945.

git-svn-id: https://develop.svn.wordpress.org/trunk@47154 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov
2020-02-01 20:53:14 +00:00
parent db8a038541
commit b3da2c99a1
4 changed files with 12 additions and 12 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 ) {