Skip to content

Commit

Permalink
set default post date display to date format - fixes #115
Browse files Browse the repository at this point in the history
  • Loading branch information
timelsass committed Jul 31, 2019
1 parent 9a11866 commit c01a203
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/configs/customizer/controls.config.php
Original file line number Diff line number Diff line change
Expand Up @@ -2850,7 +2850,7 @@
'settings' => 'bgtfw_blog_post_header_meta_format',
'label' => esc_attr__( 'Date Format', 'bgtfw' ),
'section' => 'bgtfw_pages_blog_blog_page_post_meta',
'default' => 'timeago',
'default' => 'date',
'choices' => array(
'timeago' => '<i class="fa fa-cc" aria-hidden="true"></i>' . esc_attr__( 'Human Readable', 'bgtfw' ),
'date' => '<i class="fa fa-calendar" aria-hidden="true"></i>' . esc_attr__( 'Date', 'bgtfw' ),
Expand Down

0 comments on commit c01a203

Please sign in to comment.