- Timestamp:
- 11/11/2019 09:03:55 PM (5 years ago)
- Location:
- branches/5.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.3
- Property svn:mergeinfo changed
/trunk merged: 46701-46702,46711
- Property svn:mergeinfo changed
-
branches/5.3/src/wp-content/themes/twentytwenty/template-parts/content.php
r46614 r46712 26 26 ?> 27 27 28 <div class="post-inner section-inner<?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> ">28 <div class="post-inner <?php echo is_page_template( 'templates/template-full-width.php' ) ? '' : 'thin'; ?> "> 29 29 30 30 <div class="entry-content"> … … 40 40 </div><!-- .entry-content --> 41 41 42 </div><!-- .post-inner --> 43 44 <div class="section-inner"> 42 45 <?php 43 46 wp_link_pages( … … 62 65 ?> 63 66 64 </div><!-- . post-inner -->67 </div><!-- .section-inner --> 65 68 66 69 <?php
Note: See TracChangeset
for help on using the changeset viewer.