~canonical-sysadmins/wordpress/4.2.2

« back to all changes in this revision

Viewing changes to wp-content/themes/twentyfourteen/content-gallery.php

  • Committer: Nick Moffitt
  • Date: 2015-01-15 11:05:37 UTC
  • mfrom: (1.1.1 wp4-upstream)
  • Revision ID: nick.moffitt@canonical.com-20150115110537-8bp1y42eyg0jsa7c
Tags: 4.1
MergeĀ upstreamĀ versionĀ 4.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
 
44
44
        <div class="entry-content">
45
45
                <?php
46
 
                        the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ) );
 
46
                        /* translators: %s: Name of current post */
 
47
                        the_content( sprintf(
 
48
                                __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentyfourteen' ),
 
49
                                the_title( '<span class="screen-reader-text">', '</span>', false )
 
50
                        ) );
 
51
 
47
52
                        wp_link_pages( array(
48
53
                                'before'      => '<div class="page-links"><span class="page-links-title">' . __( 'Pages:', 'twentyfourteen' ) . '</span>',
49
54
                                'after'       => '</div>',