Ticket #39685: 39685.patch
File 39685.patch, 464 bytes (added by , 5 years ago) |
---|
-
content-front-page.php
43 43 get_the_title() 44 44 ) 45 45 ); 46 47 wp_link_pages( 48 array( 49 'before' => '<div class="page-links">' . __( 'Pages:', 'twentyseventeen' ), 50 'after' => '</div>', 51 ) 52 ); 46 53 ?> 47 54 </div><!-- .entry-content --> 48 55