From c99db2bc59362b66456b66dec1151c2847a7583b Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sat, 27 Jun 2015 14:51:26 +0000 Subject: [PATCH] Media modal: Use better descriptive text for "Remove" buttons. props afercia. fixes #32792. Built from https://develop.svn.wordpress.org/trunk@32972 git-svn-id: http://core.svn.wordpress.org/trunk@32943 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/media-template.php | 12 ++++++------ wp-includes/version.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/wp-includes/media-template.php b/wp-includes/media-template.php index 171f560c2c..b444310f1f 100644 --- a/wp-includes/media-template.php +++ b/wp-includes/media-template.php @@ -1048,7 +1048,7 @@ function wp_print_media_templates() { <# } #> - + <# } #> @@ -1131,7 +1131,7 @@ function wp_print_media_templates() { <# } #> - + <# } #> @@ -1164,7 +1164,7 @@ function wp_print_media_templates() { <# } #>
@@ -1196,7 +1196,7 @@ function wp_print_media_templates() { content += track.outerHTML; #>

- +

<# } ); #> <# } else { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 5efa3e13dd..ef63753264 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.3-alpha-32971'; +$wp_version = '4.3-alpha-32972'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.