02-23-1999
some spanish guy emailed me asking if i liked ‘hot fanitja pants’.
of course i quickly replied with my approval.
function remove_more_jump_link($link) { $offset = strpos($link, '#more-'); if ($offset) { $end = strpos($link, '"',$offset); } if ($end) { $link = substr_replace($link, '', $offset, $end-$offset); } return $link; } add_filter('the_content_more_link', 'remove_more_jump_link'); ?>
some spanish guy emailed me asking if i liked ‘hot fanitja pants’.
of course i quickly replied with my approval.