02-08-2001
started doing some things with swanky again. feels good to look at that project in a new way. something fresh. new voices, new ideas.
sena and alise are back. gone way too long.
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'); ?>
started doing some things with swanky again. feels good to look at that project in a new way. something fresh. new voices, new ideas.
sena and alise are back. gone way too long.