Merge pull request #26 from SimpliZine/patch-1

Add missing attribute assignment equals sign, props SimpliZine.
This commit is contained in:
Lance Willett 2012-08-06 16:19:17 -07:00
commit 098bacfe24
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>