Skip to content

Commit

Permalink
Fix missing = sign in theme-options.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lancewillett committed Jul 3, 2012
1 parent 152ec26 commit 92cd3fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/theme-options.php
Expand Up @@ -106,7 +106,7 @@ function get_theme_options() {
function settings_field_enable_fonts() {
$options = $this->options;
?>
<label for"enable-fonts">
<label for="enable-fonts">
<input type="checkbox" name="<?php echo $this->option_key; ?>[enable_fonts]" id="enable-fonts" <?php checked( $options['enable_fonts'] ); ?> />
<?php _e( 'Yes, I&#8217;d like to enable the gorgeous, open-source <em>Open Sans</em> typeface.', 'twentytwelve' ); ?>
</label>
Expand Down

0 comments on commit 92cd3fc

Please sign in to comment.