diff options
Diffstat (limited to 'admin/themes')
-rw-r--r-- | admin/themes/default/template/configuration.tpl | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/admin/themes/default/template/configuration.tpl b/admin/themes/default/template/configuration.tpl index a8c2a943f..e241f220f 100644 --- a/admin/themes/default/template/configuration.tpl +++ b/admin/themes/default/template/configuration.tpl @@ -143,13 +143,6 @@ <input type="checkbox" name="comments_validation" {if ($comments.comments_validation)}checked="checked"{/if}> </label> </li> - - <li> - <label> - <span class="property">{'Update Validation'|@translate}</span> - <input type="checkbox" name="comments_update_validation" {if ($comments.comments_update_validation)}checked="checked"{/if}> - </label> - </li> <li> <label> |