Ticket #39685: 39685.1.diff
File 39685.1.diff, 1.3 KB (added by , 5 years ago) |
---|
-
src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php
46 46 get_the_title() 47 47 ) 48 48 ); 49 wp_link_pages( 50 array( 51 'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ), 52 'after' => '</div>', 53 ) 54 ); 49 55 ?> 50 56 </div><!-- .entry-content --> 51 57 -
src/wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php
43 43 get_the_title() 44 44 ) 45 45 ); 46 wp_link_pages( 47 array( 48 'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ), 49 'after' => '</div>', 50 ) 51 ); 46 52 ?> 47 53 </div><!-- .entry-content --> 48 54