From e93105ba9acf7b9d30c5f3421dbe04a2d377b56d Mon Sep 17 00:00:00 2001 From: John Blackbourn Date: Mon, 1 Dec 2014 04:15:23 +0000 Subject: [PATCH] Clarify the text for the 'Edit Selection' link when multiple media items are selected in the media manager. Props adamsilverstein See #24325 Built from https://develop.svn.wordpress.org/trunk@30685 git-svn-id: http://core.svn.wordpress.org/trunk@30675 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 1c7749a8d6..758c7f5c52 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -575,7 +575,7 @@ function wp_print_media_templates() {
<# if ( data.editable ) { #> - + <# } #> <# if ( data.clearable ) { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 6ef00b3028..1ab51b0fdc 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30684'; +$wp_version = '4.1-beta2-30685'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.