Skip to content

Commit

Permalink
Fix function names
Browse files Browse the repository at this point in the history
  • Loading branch information
AlxMedia committed Jul 21, 2018
1 parent 368ad93 commit f68dad7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/theme-options.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
'default' => 'on',
) );
// General: Post Comments
Kirki::add_field( 'alx_theme', array(
Kirki::add_field( 'blogline_theme', array(
'type' => 'switch',
'settings' => 'post-comments',
'label' => esc_attr__( 'Post Comments', 'blogline' ),
Expand All @@ -91,7 +91,7 @@
'default' => 'on',
) );
// General: Page Comments
Kirki::add_field( 'alx_theme', array(
Kirki::add_field( 'blogline_theme', array(
'type' => 'switch',
'settings' => 'page-comments',
'label' => esc_attr__( 'Page Comments', 'blogline' ),
Expand Down

0 comments on commit f68dad7

Please sign in to comment.