Skip to content
This repository was archived by the owner on Jul 11, 2023. It is now read-only.

Commit c6038a0

Browse files
committed
Removed extra characters in page titles.
1 parent 816c613 commit c6038a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

archive.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
</h1>
2424
<?php } elseif (is_month()) { ?>
2525
<h1 class="archive_title h2">
26-
<span><?php _e("Monthly Archives:", "wpbootstrap"); ?>:</span> <?php the_time('F Y'); ?>
26+
<span><?php _e("Monthly Archives:", "wpbootstrap"); ?></span> <?php the_time('F Y'); ?>
2727
</h1>
2828
<?php } elseif (is_year()) { ?>
2929
<h1 class="archive_title h2">
30-
<span><?php _e("Yearly Archives:", "wpbootstrap"); ?>:</span> <?php the_time('Y'); ?>
30+
<span><?php _e("Yearly Archives:", "wpbootstrap"); ?></span> <?php the_time('Y'); ?>
3131
</h1>
3232
<?php } ?>
3333
</div>

0 commit comments

Comments
 (0)