Skip to content

Commit

Permalink
Update archive.php
Browse files Browse the repository at this point in the history
  • Loading branch information
elron committed Aug 28, 2012
1 parent 503d078 commit 411beb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<?php } elseif (is_author()) { ?>
<h1 class="archive-title h2">
<span><?php _e("Posts By:", "bonestheme"); ?></span> <?php get_the_author_meta('display_name'); ?>
<span><?php _e("Posts By:", "bonestheme"); ?></span> <?php echo get_the_author_meta('display_name'); ?>
</h1>

<?php } elseif (is_day()) { ?>
Expand Down

0 comments on commit 411beb5

Please sign in to comment.