Make WordPress Core


Ignore:
Timestamp:
11/03/2014 09:39:37 PM (10 years ago)
Author:
iandstewart
Message:

Twenty Fifteen: Use new core navigation tags.

Props obenland, iamtakashi, fixes #30189

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentyfifteen/index.php

    r30072 r30216  
    4141            <?php endwhile; ?>
    4242
    43             <?php twentyfifteen_paging_nav(); ?>
     43            <?php
     44                the_pagination( array(
     45                    'before_page_number' => '<span class="meta-nav">' . __( 'Page', 'twentyfifteen' ) . '</span>',
     46                ) );
     47            ?>
    4448
    4549        <?php else : ?>
Note: See TracChangeset for help on using the changeset viewer.