Customize: Avoid extra tabs in a textarea in `WP_Customize_Control::render_content()`.
See #43252. git-svn-id: https://develop.svn.wordpress.org/trunk@42673 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
02d8aa907a
commit
90fe609bc4
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue