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.