]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-content/themes/twentythirteen/content-quote.php
WordPress 4.3.1
[autoinstalls/wordpress.git] / wp-content / themes / twentythirteen / content-quote.php
index 4c3422be52adcc101e9081df91f1c340c836c80a..ac4de672939d91aa2477e0c7170ed3b105584467 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * The template for displaying posts in the Quote post format.
+ * The template for displaying posts in the Quote post format
  *
  * @package WordPress
  * @subpackage Twenty_Thirteen
 
 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
        <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 -->
 
        <footer class="entry-meta">