Skip to content

Commit

Permalink
incorrect sanitize callback name
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSibley committed Feb 19, 2019
1 parent 60e3880 commit 4e5d1c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ public function render_content() {
// setting - last updated
$wp_customize->add_setting( 'last_updated', array(
'default' => 'no',
'sanitize_callback' => 'founder_sanitize_yes_no_settings'
'sanitize_callback' => 'ct_founder_sanitize_yes_no_settings'
) );
// control - last updated
$wp_customize->add_control( 'last_updated', array(
Expand Down

0 comments on commit 4e5d1c3

Please sign in to comment.