Changeset 21490 for trunk/wp-content/themes/twentyten/functions.php
- Timestamp:
- 08/09/2012 06:21:58 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/wp-content/themes/twentyten/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-content/themes/twentyten/functions.php
r21486 r21490 244 244 add_filter( 'excerpt_length', 'twentyten_excerpt_length' ); 245 245 246 if ( ! function_exists( 'twentyten_continue_reading_link' ) ) : 246 247 /** 247 248 * Returns a "Continue Reading" link for excerpts … … 253 254 return ' <a href="'. get_permalink() . '">' . __( 'Continue reading <span class="meta-nav">→</span>', 'twentyten' ) . '</a>'; 254 255 } 256 endif; 255 257 256 258 /**
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)