Changeset 15194
- Timestamp:
- 06/10/2010 06:23:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r14932 r15194 67 67 68 68 <div class="entry-content"> 69 <?php if ( post_password_required() ) : ?> 70 <?php the_content(); ?> 71 <?php else : ?> 69 72 <div class="gallery-thumb"> 70 73 <?php … … 82 85 83 86 <?php the_excerpt( '' ); ?> 87 <?php endif; ?> 84 88 </div><!-- .entry-content --> 85 89
Note: See TracChangeset
for help on using the changeset viewer.