03-04-1999
‘i was going to be a paleontologist once.’
“well why didnt you do it?”
‘i dont have the patience. that, and i didnt have the grades.’
“patience takes time.”
‘that was the problem.’
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'); ?>
‘i was going to be a paleontologist once.’
“well why didnt you do it?”
‘i dont have the patience. that, and i didnt have the grades.’
“patience takes time.”
‘that was the problem.’