From 3f0f56d58d852c4c690c52c99e999829870ebbde 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: http://core.svn.wordpress.org/trunk@23135 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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() {