Ticket #13770: 13770.diff
| File 13770.diff, 788 bytes (added by , 16 years ago) |
|---|
-
wp-content/themes/twentyten/loop.php
66 66 </div><!-- .entry-meta --> 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 71 74 $images = get_children( array( 'post_parent' => $post->ID, 'post_type' => 'attachment', 'post_mime_type' => 'image', 'orderby' => 'menu_order', 'order' => 'ASC', 'numberposts' => 999 ) ); … … 81 84 ); ?></em></p> 82 85 83 86 <?php the_excerpt( '' ); ?> 87 <?php endif; ?> 84 88 </div><!-- .entry-content --> 85 89 86 90 <div class="entry-utility">