~canonical-sysadmins/wordpress/4.2.1

« back to all changes in this revision

Viewing changes to wp-content/themes/twentythirteen/content-aside.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:
10
10
 
11
11
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
12
12
        <div class="entry-content">
13
 
                <?php the_content( __( 'Continue reading <span class="meta-nav">&rarr;</span>', 'twentythirteen' ) ); ?>
14
 
                <?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>' ) ); ?>
 
13
                <?php
 
14
                        /* translators: %s: Name of current post */
 
15
                        the_content( sprintf(
 
16
                                __( 'Continue reading %s <span class="meta-nav">&rarr;</span>', 'twentythirteen' ),
 
17
                                the_title( '<span class="screen-reader-text">', '</span>', false )
 
18
                        ) );
 
19
 
 
20
                        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>' ) );
 
21
                ?>
15
22
        </div><!-- .entry-content -->
16
23
 
17
24
        <footer class="entry-meta">