]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/content-link.php
WordPress 4.3.1
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / content-link.php
index e9082cbeedea2b119578dc64f9e4c054c3bc6a2a..cc02d8240ba2aa89b1dea300a68e2f30a08cd8ad 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
 <?php
 /**
- * The template for displaying posts in the Link post format.
+ * The template for displaying posts in the Link post format
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
        </header><!-- .entry-header -->
 
        <div class="entry-content">
        </header><!-- .entry-header -->
 
        <div class="entry-content">
-               <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
-               <?php wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) ); ?>
+               <?php
+                       /* translators: %s: Name of current post */
+                       the_content( sprintf(
+                               __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ),
+                               the_title( '<span class="screen-reader-text">', '</span>', false )
+                       ) );
+
+                       wp_link_pages( array( 'before' => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentythirteen' ) . '</span>', 'after' => '</div>', 'link_before' => '<span>', 'link_after' => '</span>' ) );
+               ?>
        </div><!-- .entry-content -->
 
        <?php if ( is_single() ) : ?>
        </div><!-- .entry-content -->
 
        <?php if ( is_single() ) : ?>