diff --git a/wp-includes/class-wp-customize-control.php b/wp-includes/class-wp-customize-control.php index 2c49cc5704..4ffad97b02 100644 --- a/wp-includes/class-wp-customize-control.php +++ b/wp-includes/class-wp-customize-control.php @@ -795,7 +795,7 @@ class WP_Customize_Upload_Control extends WP_Customize_Control { <# } else { #>
button_labels['placeholder']; ?>
button_labels['select']; ?> - <# if ( ! data.defaultAttachment ) { #> + <# if ( data.defaultAttachment ) { #> button_labels['default']; ?> <# } #> <# } #> diff --git a/wp-includes/version.php b/wp-includes/version.php index 1ac4a3fcf0..70f6187b5e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30552'; +$wp_version = '4.1-beta2-30553'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.