Changeset 44574 for trunk/src/wp-content/themes/twentyten/loop.php
- Timestamp:
- 01/12/2019 06:40:16 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-content/themes/twentyten/loop.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentyten/loop.php
r43571 r44574 134 134 </div><!-- #post-## --> 135 135 136 <?php /* How to display all other posts. */ ?>136 <?php /* How to display all other posts. */ ?> 137 137 138 138 <?php else : ?> … … 144 144 </div><!-- .entry-meta --> 145 145 146 <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?>146 <?php if ( is_archive() || is_search() ) : // Only display excerpts for archives and search. ?> 147 147 <div class="entry-summary"> 148 148 <?php the_excerpt(); ?>
Note: See TracChangeset
for help on using the changeset viewer.