mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-02 11:21:57 +01:00
Customize: Avoid extra tabs in a textarea in WP_Customize_Control::render_content()
.
See #43252. Built from https://develop.svn.wordpress.org/trunk@42673 git-svn-id: http://core.svn.wordpress.org/trunk@42501 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a5958a289b
commit
ef4f47d00f
@ -568,9 +568,8 @@ class WP_Customize_Control {
|
||||
rows="5"
|
||||
<?php echo $describedby_attr; ?>
|
||||
<?php $this->input_attrs(); ?>
|
||||
<?php $this->link(); ?>>
|
||||
<?php echo esc_textarea( $this->value() ); ?>
|
||||
</textarea>
|
||||
<?php $this->link(); ?>
|
||||
><?php echo esc_textarea( $this->value() ); ?></textarea>
|
||||
<?php
|
||||
break;
|
||||
case 'dropdown-pages':
|
||||
|
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.0-alpha-42672';
|
||||
$wp_version = '5.0-alpha-42673';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user