From 946b2cc8a2d3508105cc6f144c0d7cdaa30c78bb Mon Sep 17 00:00:00 2001 From: Dominik Schilling Date: Tue, 17 May 2016 20:29:30 +0000 Subject: [PATCH] Customize: Remove use of reserved word `default` in Underscore template which breaks IE8. Fixes regression introduced in [36769]. Merge of [37417] to the 4.5 branch. Props adamsilverstein. Fixes #36793. Built from https://develop.svn.wordpress.org/branches/4.5@37450 git-svn-id: http://core.svn.wordpress.org/branches/4.5@37418 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/customize/class-wp-customize-media-control.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/customize/class-wp-customize-media-control.php b/wp-includes/customize/class-wp-customize-media-control.php index f066c02245..4793b255bd 100644 --- a/wp-includes/customize/class-wp-customize-media-control.php +++ b/wp-includes/customize/class-wp-customize-media-control.php @@ -214,7 +214,7 @@ class WP_Customize_Media_Control extends WP_Customize_Control {
<# if ( data.defaultAttachment ) { #> - + <# } #> <# if ( data.canUpload ) { #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 399f11f0e6..ac66238bbb 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5.3-alpha-37445'; +$wp_version = '4.5.3-alpha-37450'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.