diff --git wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php wordpress.org/public_html/wp-content/plugins/wporg-gp-customizations/templates/consistency.php
index c1930678..57c76bb8 100644
|
|
gp_tmpl_header(); |
24 | 24 | |
25 | 25 | <p class="consistency-form-filters"> |
26 | 26 | <label> |
27 | | <input type="checkbox" name="search_case_sensitive" value="1"<?php checked( $search_case_sensitive ); ?>> |
| 27 | <input type="checkbox" name="search_case_sensitive"> |
28 | 28 | Case Sensitive |
29 | 29 | </label> |
30 | 30 | </p> |