From e03c9a769a05564347aae79c1c20469d4b413866 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 4 Jul 2015 00:49:52 +0000 Subject: [PATCH] Don't capitalize words in a sentence after comma. props bjornjohansen, netweb. fixes #31927. git-svn-id: https://develop.svn.wordpress.org/trunk@33079 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/network/themes.php | 6 +++--- src/wp-admin/plugins.php | 4 ++-- src/wp-includes/theme-compat/comments.php | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/wp-admin/network/themes.php b/src/wp-admin/network/themes.php index d0d4c98368..2b9132f1c7 100644 --- a/src/wp-admin/network/themes.php +++ b/src/wp-admin/network/themes.php @@ -182,9 +182,9 @@ if ( $action ) { wp_nonce_field( 'bulk-themes' ); if ( 1 == $themes_to_delete ) { - submit_button( __( 'Yes, Delete this theme' ), 'button', 'submit', false ); + submit_button( __( 'Yes, delete this theme' ), 'button', 'submit', false ); } else { - submit_button( __( 'Yes, Delete these themes' ), 'button', 'submit', false ); + submit_button( __( 'Yes, delete these themes' ), 'button', 'submit', false ); } ?> @@ -192,7 +192,7 @@ if ( $action ) { $referer = wp_get_referer(); ?>
- +

diff --git a/src/wp-admin/plugins.php b/src/wp-admin/plugins.php index 0aea9995b0..75f2491705 100644 --- a/src/wp-admin/plugins.php +++ b/src/wp-admin/plugins.php @@ -330,13 +330,13 @@ if ( $action ) { } ?> - +
- +

diff --git a/src/wp-includes/theme-compat/comments.php b/src/wp-includes/theme-compat/comments.php index d46c0419cd..6314d69f24 100644 --- a/src/wp-includes/theme-compat/comments.php +++ b/src/wp-includes/theme-compat/comments.php @@ -27,10 +27,10 @@ _deprecated_file( sprintf( __( 'Theme without %1$s' ), basename(__FILE__) ), '3.