Changeset 47122 for trunk/src/wp-content/themes/twentytwelve/index.php
- Timestamp:
- 01/29/2020 12:43:23 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/index.php
r45932 r47122 21 21 <?php if ( have_posts() ) : ?> 22 22 23 <?php /* Start the Loop */ ?>24 23 <?php 24 // Start the Loop. 25 25 while ( have_posts() ) : 26 26 the_post(); … … 64 64 <?php get_search_form(); ?> 65 65 </div><!-- .entry-content --> 66 <?php endif; // end current_user_can() check?>66 <?php endif; // End current_user_can() check. ?> 67 67 68 68 </article><!-- #post-0 --> 69 69 70 <?php endif; // end have_posts() check?>70 <?php endif; // End have_posts() check. ?> 71 71 72 72 </div><!-- #content -->
Note: See TracChangeset
for help on using the changeset viewer.