Changeset 25627 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 09/25/2013 05:03:34 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop.php
r24131 r25627 1 1 <?php 2 2 /** 3 * The loop that displays posts .3 * The loop that displays posts 4 4 * 5 5 * The loop displays the posts and the post content. See … … 40 40 41 41 <?php 42 /* Start the Loop. 42 /** 43 * Start the Loop. 43 44 * 44 45 * In Twenty Ten we use the same loop in multiple contexts. … … 53 54 * 54 55 * Without further ado, the loop: 55 */ ?> 56 */ 57 ?> 56 58 <?php while ( have_posts() ) : the_post(); ?> 57 59
Note: See TracChangeset
for help on using the changeset viewer.