From e8298d389eb00689aaf589808ff392b9490bac2e Mon Sep 17 00:00:00 2001 From: Andrew Nacin Date: Sun, 9 Dec 2012 17:11:25 +0000 Subject: [PATCH] Two media gallery string changes, for clarity: * 'Random' to 'Random Order', to be clear what it controls. * 'Describe this image...' to 'Caption this image...', to be clear it links to the Caption field and not the revived Description field, see [23083]. props johnbillion, pavelevap. fixes #22821. git-svn-id: https://develop.svn.wordpress.org/trunk@23135 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/media-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 7a822057f5..909ddfe5ec 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -157,7 +157,7 @@ function wp_print_media_templates() { if ( data.describe ) { #> <# if ( 'image' === data.type ) { #> + placeholder="" {{ maybeReadOnly }} /> <# } else { #> @@ -369,7 +369,7 @@ function wp_print_media_templates() {