From bbdafdc925e70ed2168a690d7974223db68c7140 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 19 Nov 2014 18:35:21 +0000 Subject: [PATCH] Twenty Thirteen: replace ellipses appended to automatically generated excerpts with both ellipses and a "Continue Reading" link to meet accessibility-ready requirements. Props davidakennedy, lancewillett. Fixes #30178. Built from https://develop.svn.wordpress.org/trunk@30390 git-svn-id: http://core.svn.wordpress.org/trunk@30387 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- .../themes/twentythirteen/content-aside.php | 11 ++++++++-- .../themes/twentythirteen/content-audio.php | 11 ++++++++-- .../themes/twentythirteen/content-chat.php | 11 ++++++++-- .../themes/twentythirteen/content-gallery.php | 11 ++++++++-- .../themes/twentythirteen/content-image.php | 11 ++++++++-- .../themes/twentythirteen/content-link.php | 11 ++++++++-- .../themes/twentythirteen/content-quote.php | 11 ++++++++-- .../themes/twentythirteen/content-status.php | 11 ++++++++-- .../themes/twentythirteen/content-video.php | 11 ++++++++-- wp-content/themes/twentythirteen/content.php | 11 ++++++++-- .../themes/twentythirteen/functions.php | 21 +++++++++++++++++++ 11 files changed, 111 insertions(+), 20 deletions(-) diff --git a/wp-content/themes/twentythirteen/content-aside.php b/wp-content/themes/twentythirteen/content-aside.php index 8aa309b530..373dde79e2 100644 --- a/wp-content/themes/twentythirteen/content-aside.php +++ b/wp-content/themes/twentythirteen/content-aside.php @@ -10,8 +10,15 @@
>
- →', 'twentythirteen' ) ); ?> - '', 'link_before' => '', 'link_after' => '' ) ); ?> + ', ' ', false ) + ) ); + + wp_link_pages( array( 'before' => '', 'link_before' => '', 'link_after' => '' ) ); + ?>