Skip to content

Commit bee48c6

Browse files
committed
Update _delete.php
1 parent 0dd3acd commit bee48c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

views/partials/_delete.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="disable_option dc-text__block mb30 mt30">
2121
<input type="radio" id="delete_everywhere" name="delete_mode" value="<?php echo esc_attr('delete_everywhere'); ?>" <?php checked($this->options['remove_everywhere']); ?> />
2222
<label for="delete_everywhere"><?php _e('Everywhere:', 'disable-comments'); ?> <span><?php _e('Permanently delete all comments on your WordPress website', 'disable-comments'); ?></span></label>
23-
<p class="disable__option__description"><span class="danger"><?php _e('Warnings:', 'disable-comments'); ?></span> <?php _e('This will permanently delete comments everywhere on your website.', 'disable-comments'); ?></p>
23+
<p class="disable__option__description"><span class="danger"><?php _e('Warnings:', 'disable-comments'); ?></span> <?php _e('This action will permanently delete all comments and comment types from your Posts, Pages, and Custom Post Types. If you have WooCommerce installed, your order notes will also be deleted.', 'disable-comments'); ?></p>
2424
</div>
2525
<div class="disable_option dc-text__block mb30">
2626
<input type="radio" id="selected_delete_types" name="delete_mode" value="<?php echo esc_attr('selected_delete_types'); ?>" <?php checked(!$this->options['remove_everywhere']); ?> />
@@ -212,4 +212,4 @@
212212
<?php
213213
endif;
214214
?>
215-
</form>
215+
</form>

0 commit comments

Comments
 (0)