Skip to content

Commit

Permalink
新着情報(info_list)の日付がCocoon設定で指定した日付フォーマットとならない不具合修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yhira committed Jul 9, 2023
1 parent 1cee68b commit 74c92e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html-forms.php
Original file line number Diff line number Diff line change
Expand Up @@ -1782,7 +1782,7 @@ function generate_info_list_tag($atts){
<div class="info-list-item">
<div class="info-list-item-content"><a href="<?php the_permalink(); ?>" class="info-list-item-content-link"><?php the_title();?></a></div>
<div class="info-list-item-meta">
<span class="info-list-item-date"><?php the_time(get_option('date_format')); ?></span><span class="info-list-item-categorys"><?php the_nolink_categories() ?></span>
<span class="info-list-item-date"><?php the_time(get_site_date_format()); ?></span><span class="info-list-item-categorys"><?php the_nolink_categories() ?></span>
</div>
</div>
<?php endwhile; ?>
Expand Down

0 comments on commit 74c92e4

Please sign in to comment.