Skip to content

Commit

Permalink
Re: Issue #72: uses actual defaults. Props @Otto42.
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed May 8, 2012
1 parent 432f979 commit 0c678f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/options-customizer.php
Expand Up @@ -49,7 +49,7 @@ function oenology_register_theme_customizer( $wp_customize ){
foreach ( $option_parameters as $option_parameter ) {
// Add $option_parameter setting
$wp_customize->add_setting( 'theme_oenology_options[' . $option_parameter['name'] . ']', array(
'default' => $oenology_options[$option_parameter['name']],
'default' => $option_parameter['default'],
'type' => 'option',
) );

Expand Down

0 comments on commit 0c678f6

Please sign in to comment.