Changeset 42343 for trunk/src/wp-content/themes/twentytwelve/category.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/category.php
r41349 r42343 28 28 <?php 29 29 /* Start the Loop */ 30 while ( have_posts() ) : the_post(); 30 while ( have_posts() ) : 31 the_post(); 31 32 32 33 /* Include the post format-specific template for the content. If you want to
Note: See TracChangeset
for help on using the changeset viewer.