Line #172: Added missing '=' in '<label for="sample-checkbox">'.

This commit is contained in:
SimpliZine 2012-07-02 17:38:46 +02:00
parent 55ab0fa5d6
commit d56ae9234d
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ function _s_get_theme_options() {
function _s_settings_field_sample_checkbox() {
$options = _s_get_theme_options();
?>
<label for"sample-checkbox">
<label for="sample-checkbox">
<input type="checkbox" name="_s_theme_options[sample_checkbox]" id="sample-checkbox" <?php checked( 'on', $options['sample_checkbox'] ); ?> />
<?php _e( 'A sample checkbox.', '_s' ); ?>
</label>