Changeset 42343 for trunk/src/wp-content/themes/twentysixteen/page.php
- Timestamp:
- 11/30/2017 11:09:33 PM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentysixteen/page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentysixteen/page.php
r40851 r42343 18 18 <?php 19 19 // Start the loop. 20 while ( have_posts() ) : the_post(); 20 while ( have_posts() ) : 21 the_post(); 21 22 22 23 // Include the page content template.
Note: See TracChangeset
for help on using the changeset viewer.