diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-content/themes/twentyfourteen/content-page.php --- a/wp/wp-content/themes/twentyfourteen/content-page.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-content/themes/twentyfourteen/content-page.php Mon Oct 14 17:39:30 2019 +0200 @@ -18,12 +18,14 @@
'', - 'link_before' => '', - 'link_after' => '', - ) ); + wp_link_pages( + array( + 'before' => '', + 'link_before' => '', + 'link_after' => '', + ) + ); edit_post_link( __( 'Edit', 'twentyfourteen' ), '', '' ); ?>