07-26-2001
happy birthday, sena. im sure you know by now how much you mean to me. no need to share it with the world.
always and forever, rockstar.
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'); ?>
happy birthday, sena. im sure you know by now how much you mean to me. no need to share it with the world.
always and forever, rockstar.