Save
This commit is contained in:
@@ -872,9 +872,11 @@ class Widget_Icon_Box extends Widget_Base {
|
||||
<?php endif; ?>
|
||||
|
||||
<?php if ( ! Utils::is_empty( $settings['description_text'] ) ) : ?>
|
||||
<p <?php $this->print_render_attribute_string( 'description_text' ); ?>>
|
||||
<?php echo wp_kses_post( $settings['description_text'] ); ?>
|
||||
</p>
|
||||
<p <?php $this->print_render_attribute_string( 'description_text' ); ?>>
|
||||
<<?php Utils::print_validated_html_tag( $html_tag ); ?> <?php $this->print_render_attribute_string( 'link' ); ?> <?php $this->print_render_attribute_string( 'title_text' ); ?>>
|
||||
<?php echo wp_kses_post( $settings['description_text'] ); ?>
|
||||
</<?php Utils::print_validated_html_tag( $html_tag ); ?>>
|
||||
</p>
|
||||
<?php endif; ?>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user