Skip to content

Commit

Permalink
Merge pull request eddiemachado-zz#190 from elron/patch-1
Browse files Browse the repository at this point in the history
Update archive.php
  • Loading branch information
Eddie Machado committed Sep 7, 2012
2 parents 06eb401 + 411beb5 commit e411137
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 e411137

Please sign in to comment.