- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/loop.php
r14932 r15222 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 … … 139 143 <?php if ( count( get_the_category() ) ) : ?> 140 144 <span class="cat-links"> 141 < span class="entry-utility-prep entry-utility-prep-cat-links"><?php printf( __('Posted in %s', 'twentyten' ), '</span> ' .get_the_category_list( ', ' ) ); ?>145 <?php printf( __( '<span class="%1$s">Posted in</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-cat-links', get_the_category_list( ', ' ) ); ?> 142 146 </span> 143 147 <span class="meta-sep">|</span> … … 148 152 ?> 149 153 <span class="tag-links"> 150 < span class="entry-utility-prep entry-utility-prep-tag-links"><?php printf( __('Tagged %s', 'twentyten'), '</span> ' .$tags_list ); ?>154 <?php printf( __( '<span class="%1$s">Tagged</span> %2$s', 'twentyten' ), 'entry-utility-prep entry-utility-prep-tag-links', $tags_list ); ?> 151 155 </span> 152 156 <span class="meta-sep">|</span>
Note: See TracChangeset
for help on using the changeset viewer.