Make WordPress Core


Ignore:
Timestamp:
02/08/2018 10:57:41 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Customize: Avoid extra tabs in a textarea in WP_Customize_Control::render_content().

See #43252.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-customize-control.php

    r42343 r42673  
    569569                    <?php echo $describedby_attr; ?>
    570570                    <?php $this->input_attrs(); ?>
    571                     <?php $this->link(); ?>>
    572                     <?php echo esc_textarea( $this->value() ); ?>
    573                 </textarea>
     571                    <?php $this->link(); ?>
     572                ><?php echo esc_textarea( $this->value() ); ?></textarea>
    574573                <?php
    575574                break;
Note: See TracChangeset for help on using the changeset viewer.