Skip to content

Commit

Permalink
Actuals field defaulted to on.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbspringer committed Dec 28, 2015
1 parent 41e94ab commit 93a7d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function misc_option() {
*/
function actuals_option() {
?>
<input type="checkbox" id="beerxml_shortcode_actuals" name="beerxml_shortcode_actuals" value="1" <?php checked( get_option( 'beerxml_shortcode_actuals', 0 ) ); ?> />
<input type="checkbox" id="beerxml_shortcode_actuals" name="beerxml_shortcode_actuals" value="1" <?php checked( get_option( 'beerxml_shortcode_actuals', 1 ) ); ?> />
<?php
}
}
Expand Down

0 comments on commit 93a7d76

Please sign in to comment.