diff --git a/inc/html.php b/inc/html.php index 3f135ab..f845adc 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1175,6 +1175,7 @@ EOF; function manageModerateAll($post_ids, $threads, $replies, $ips) { global $isadmin; $txt_moderate = sprintf(__('Moderate %d posts'), count($post_ids)); + $txt_delete_and_ban_all = __('Delete and ban all'); $txt_delete_all = __('Delete all'); $txt_ban_all = __('Ban all'); if ($threads == 1 && $replies == 1) { @@ -1210,6 +1211,18 @@ function manageModerateAll($post_ids, $threads, $replies, $ips) {
+ + + | |
+ |