Changeset 203402
- Timestamp:
- 02/09/2010 01:09:44 AM (16 years ago)
- File:
-
- 1 edited
-
striptease/branches/2.0/striptease.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
striptease/branches/2.0/striptease.php
r202681 r203402 26 26 */ 27 27 28 function striptease_more_link( $more_link , $more_link_text) {28 function striptease_more_link( $more_link ) { 29 29 global $id; 30 30 return str_replace( "#more-$id", '', $more_link ); 31 31 } 32 add_filter( 'the_content_more_link', 'striptease_more_link' , 10, 2);32 add_filter( 'the_content_more_link', 'striptease_more_link' ); 33 33 34 34 ?>
Note: See TracChangeset
for help on using the changeset viewer.