Skip to content

Commit

Permalink
Fix: fix blogdescription partial refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
eri-trabiccolo committed Apr 19, 2017
1 parent cab3bb7 commit c52a25b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/czr/class-czr-init.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ function hu_register_partials( WP_Customize_Manager $wp_customize ) {
) );
$wp_customize->selective_refresh->add_partial( 'site_description', array(
'selector' => '.site-description',
'settings' => array( 'blodescription' ),
'settings' => array( 'blogdescription' ),
'render_callback' => 'hu_render_blog_description',
) );
}
Expand Down

0 comments on commit c52a25b

Please sign in to comment.