Changeset 15120
- Timestamp:
- 06/02/2010 10:41:14 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r15040 r15120 283 283 */ 284 284 function twentyten_custom_excerpt_more( $output ) { 285 if ( has_excerpt() ) {285 if ( has_excerpt() && ! is_attachment() ) { 286 286 $output .= twentyten_continue_reading_link(); 287 287 }
Note: See TracChangeset
for help on using the changeset viewer.