Changeset 43571 for trunk/src/wp-content/themes/twentythirteen/page.php
- Timestamp:
- 08/17/2018 01:50:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentythirteen/page.php
r42343 r43571 21 21 while ( have_posts() ) : 22 22 the_post(); 23 ?>23 ?> 24 24 25 25 <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> … … 45 45 ) 46 46 ); 47 ?>47 ?> 48 48 </div><!-- .entry-content --> 49 49
Note: See TracChangeset
for help on using the changeset viewer.