Use get_option('date_format') for meta dates

This commit is contained in:
Alexander Agnarson 2018-07-20 15:22:53 +02:00
parent f40a78bb7c
commit 1082f1b48f
7 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@
<?php the_excerpt(); ?>
</div><!--/.entry-->
<div class="entry-date updated"><i class="fa fa-clock-o"></i><?php the_time('j M, Y'); ?></div>
<div class="entry-date updated"><i class="fa fa-clock-o"></i><?php the_time( get_option('date_format') ); ?></div>
</article><!--/.entry-->
</li>