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:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user