From 082ad55827a9a306fba0a7e7f6ea1f839e82b937 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Wed, 22 Oct 2014 16:29:49 +0000 Subject: [PATCH] Twenty Fifteen: Include post title in Continue Reading link in Link post format. props davidakennedy. fixes #30070. git-svn-id: https://develop.svn.wordpress.org/trunk@29991 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/content-link.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/wp-content/themes/twentyfifteen/content-link.php b/src/wp-content/themes/twentyfifteen/content-link.php index 82bd8bc246..04193aa79d 100644 --- a/src/wp-content/themes/twentyfifteen/content-link.php +++ b/src/wp-content/themes/twentyfifteen/content-link.php @@ -19,8 +19,13 @@
- →', 'twentyfifteen' ) ); ?> ', '', false ) + ) ); + wp_link_pages( array( 'before' => '',