02-22-1999
“who do you write your entries for? they arent very well written.”
‘well, i mostly do it for fun.’
“but you sound so stupid.”
‘oh.’
“no offense.”
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'); ?>
“who do you write your entries for? they arent very well written.”
‘well, i mostly do it for fun.’
“but you sound so stupid.”
‘oh.’
“no offense.”