Merge pull request #1524 from kevinlisota/iso8601

fix timezone offset in ISO 8601 date in byline
This commit is contained in:
Ben Word
2015-08-03 10:55:59 -05:00

View File

@@ -1,2 +1,2 @@
<time class="updated" datetime="<?= get_the_time('c'); ?>"><?= get_the_date(); ?></time> <time class="updated" datetime="<?= get_post_time('c', true); ?>"><?= get_the_date(); ?></time>
<p class="byline author vcard"><?= __('By', 'sage'); ?> <a href="<?= get_author_posts_url(get_the_author_meta('ID')); ?>" rel="author" class="fn"><?= get_the_author(); ?></a></p> <p class="byline author vcard"><?= __('By', 'sage'); ?> <a href="<?= get_author_posts_url(get_the_author_meta('ID')); ?>" rel="author" class="fn"><?= get_the_author(); ?></a></p>