- Timestamp:
- 12/11/2014 10:23:40 AM (10 years ago)
- Location:
- trunk/src/wp-content/themes/twentyfifteen
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyfifteen/archive.php
r30572 r30824 46 46 47 47 // Previous/next page navigation. 48 the_p agination( array(48 the_posts_pagination( array( 49 49 'prev_text' => __( 'Previous page', 'twentyfifteen' ), 50 50 'next_text' => __( 'Next page', 'twentyfifteen' ), -
trunk/src/wp-content/themes/twentyfifteen/index.php
r30394 r30824 43 43 44 44 // Previous/next page navigation. 45 the_p agination( array(45 the_posts_pagination( array( 46 46 'prev_text' => __( 'Previous page', 'twentyfifteen' ), 47 47 'next_text' => __( 'Next page', 'twentyfifteen' ), -
trunk/src/wp-content/themes/twentyfifteen/search.php
r30806 r30824 35 35 36 36 // Previous/next page navigation. 37 the_p agination( array(37 the_posts_pagination( array( 38 38 'prev_text' => __( 'Previous page', 'twentyfifteen' ), 39 39 'next_text' => __( 'Next page', 'twentyfifteen' ),
Note: See TracChangeset
for help on using the changeset viewer.