Changeset 44149 for trunk/src/wp-content/themes/twentynineteen/single.php
- Timestamp:
- 12/14/2018 02:32:33 AM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/5.0 merged: 43808,43821,43842,43860,43892,43904,43909,43926-43929,43956,43961-43963
- Property svn:mergeinfo changed
-
trunk/src/wp-content/themes/twentynineteen/single.php
r43808 r44149 7 7 * @package WordPress 8 8 * @subpackage Twenty_Nineteen 9 * @since 1.0.0 9 10 */ 10 11 … … 12 13 ?> 13 14 14 < divid="primary" class="content-area">15 <section id="primary" class="content-area"> 15 16 <main id="main" class="site-main"> 16 17 … … 27 28 the_post_navigation( 28 29 array( 29 'prev_text' => _x( '<span class="meta-nav">Published in</span>< span class="post-title">%title</span>', 'Parent post link', 'twentynineteen' ),30 'prev_text' => _x( '<span class="meta-nav">Published in</span><br/><span class="post-title">%title</span>', 'Parent post link', 'twentynineteen' ), 30 31 ) 31 32 ); … … 53 54 54 55 </main><!-- #main --> 55 </div><!-- #primary --> 56 57 <?php get_template_part( 'template-parts/post/post', 'navigation' ); ?> 56 </section><!-- #primary --> 58 57 59 58 <?php
Note: See TracChangeset
for help on using the changeset viewer.