Changeset 13770 for trunk/wp-content/themes/default/archive.php
- Timestamp:
- 03/19/2010 09:29:21 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/default/archive.php
r12180 r13770 25 25 <?php /* If this is an author archive */ } elseif (is_author()) { ?> 26 26 <h2 class="pagetitle">Author Archive</h2> 27 <?php /* If this is a paged archive */ } elseif ( isset($_GET['paged']) && !empty($_GET['paged'])) { ?>27 <?php /* If this is a paged archive */ } elseif ( !empty($_GET['paged']) ) { ?> 28 28 <h2 class="pagetitle">Blog Archives</h2> 29 29 <?php } ?>
Note: See TracChangeset
for help on using the changeset viewer.