Skip to content

Commit

Permalink
Removing the HTML strip
Browse files Browse the repository at this point in the history
  • Loading branch information
krugazul committed Jan 6, 2025
1 parent 09ba4a4 commit 5af8fd8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions classes/class-lsx-wetu-importer-destination.php
Original file line number Diff line number Diff line change
Expand Up @@ -196,13 +196,14 @@ class="screen-reader-text"><?php esc_html_e( 'Enter a title to search for and pr
<input class="content"
type="checkbox" name="content[]"
value="unique_banner_image"/> <?php esc_html_e( 'Use the WETU banner field', 'lsx-wetu-importer' ); ?>
</li>*/
?>
</li>
<li>
<input class="content" checked="checked"
type="checkbox" name="content[]"
value="strip_tags"/> <?php esc_html_e( 'Strip HTML from the description', 'lsx-wetu-importer' ); ?></li>
*/
?>
</ul>
</div>
<div class="settings-all" style="width:30%;display:block;float:left;">
Expand Down

0 comments on commit 5af8fd8

Please sign in to comment.