Changeset 14829
- Timestamp:
- 05/24/2010 08:33:51 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/archive.php
r14708 r14829 26 26 * properly with a call to rewind_posts(). 27 27 */ 28 the_post(); 28 if ( have_posts() ) 29 the_post(); 29 30 ?> 30 31
Note: See TracChangeset
for help on using the changeset viewer.