Commit dbb0fbca authored by Jakob Moser's avatar Jakob Moser
Browse files

Use the_... instead of echo get_the_....

parent 8bf89aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ get_header();
            ?>
        </div>
        <footer>
            <div class="post-meta-author"><?php echo get_the_author_meta('display_name', $post->post_author);?></div>
            <div class="post-meta-author"><?php the_author_meta('display_name', $post->post_author);?></div>
            <time><?php the_date();?></time>
        </footer>
    </article>