?>
<?php
if ( !
empty( $this->label
) ) : ?>
<label for="<?php
echo esc_attr( $input_id ); ?>" class="customize-control-title"><?php
echo esc_html( $this->label
); ?></label>
<?php
endif; ?>
<?php
if ( !
empty( $this->description
) ) : ?>
<span id="<?php
echo esc_attr( $description_id ); ?>" class="description customize-control-description"><?php
echo $this->description; ?></span>
<?php
endif; ?>
<textarea
id="<?php
echo esc_attr( $input_id ); ?>"
rows="5"
<?php
echo $describedby_attr; ?>
<?php
$this->
input_attrs(); ?>
<?php
$this->
link(); ?>
><?php
echo esc_textarea( $this->
value() ); ?></textarea>
<?php
break;
case 'dropdown-pages':
?>
<?php
if ( !
empty( $this->label
) ) : ?>
<label for="<?php
echo esc_attr( $input_id ); ?>" class="customize-control-title"><?php
echo esc_html( $this->label
); ?></label>
<?php
endif; ?>
<?php
if ( !
empty( $this->description
) ) : ?>
<span id="<?php
echo esc_attr( $description_id ); ?>" class="description customize-control-description"><?php
echo $this->description; ?></span>