Changeset 1640
- Timestamp:
- 05/29/2015 08:37:11 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/archive.php
r1024 r1640 66 66 $excerpt = get_the_time( get_option( 'date_format' ) ); 67 67 if ( has_excerpt() ) { 68 $excerpt .= ' — ' . get_the_excerpt();68 $excerpt .= ' — ' . get_the_excerpt(); 69 69 } 70 70 echo apply_filters( 'the_excerpt', $excerpt );
Note: See TracChangeset
for help on using the changeset viewer.