Skip to content

Commit

Permalink
Merge pull request #23 from NHSLeadership/customizer-syntax-error
Browse files Browse the repository at this point in the history
Corrected syntax error
  • Loading branch information
tblacker7 authored Jun 22, 2020
2 parents 8e4a8cc + aa015a4 commit d8d32fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functionality/customizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ function nightingale_companion_customize_register( $wp_customize ) {
'choices' => array(
'yes' => esc_html__( 'Yes', 'nightingale' ),
'no' => esc_html__( 'No', 'nightingale' ),
),
),
)
)
);
$wp_customize->add_setting(
'emergency_heading',
Expand Down

0 comments on commit d8d32fc

Please sign in to comment.