Customize: Remove a stray whitespace.
Props tfrommen. Fixes #43762. Built from https://develop.svn.wordpress.org/trunk@42975 git-svn-id: http://core.svn.wordpress.org/trunk@42804 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
3b76937ec8
commit
888236585c
|
@ -111,7 +111,7 @@ class WP_Customize_Color_Control extends WP_Customize_Control {
|
|||
<input class="color-picker-hue" type="text" data-type="hue" />
|
||||
<# } else { #>
|
||||
<input class="color-picker-hex" type="text" maxlength="7" placeholder="{{ defaultValue }}" {{ defaultValueAttr }} />
|
||||
<# } #>
|
||||
<# } #>
|
||||
</label>
|
||||
</div>
|
||||
<?php
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42974';
|
||||
$wp_version = '5.0-alpha-42975';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue