Fix #302 - Lose EOF ?>

This commit is contained in:
Ben Word
2012-02-27 11:40:01 -07:00
parent c17560be27
commit f5321bc9a0
11 changed files with 10 additions and 32 deletions

View File

@@ -73,6 +73,4 @@ add_action('widgets_init', 'roots_register_sidebars');
function roots_entry_meta() {
echo '<time class="updated" datetime="'. get_the_time('c') .'" pubdate>'. sprintf(__('Posted on %s at %s.', 'roots'), get_the_date(), get_the_time()) .'</time>';
echo '<p class="byline author vcard">'. __('Written by', 'roots') .' <a href="'. get_author_posts_url(get_the_author_meta('id')) .'" rel="author" class="fn">'. get_the_author() .'</a></p>';
}
?>
}