Changeset 30216 for trunk/src/wp-content/themes/twentyfifteen/archive.php
- Timestamp:
- 11/03/2014 09:39:37 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/archive.php
r30046 r30216 101 101 <?php endwhile; ?> 102 102 103 <?php twentyfifteen_paging_nav(); ?> 103 <?php 104 the_pagination( array( 105 'before_page_number' => '<span class="meta-nav">' . __( 'Page', 'twentyfifteen' ) . '</span>', 106 ) ); 107 ?> 104 108 105 109 <?php else : ?>
Note: See TracChangeset
for help on using the changeset viewer.