more-link css class. Props Viper007Bond. fixes #3009

git-svn-id: https://develop.svn.wordpress.org/trunk@4278 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2006-10-03 15:46:45 +00:00
parent fa4a39b0c7
commit 08ca04f068
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ function get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_
} else {
$output = balanceTags($output);
if ( ! empty($more_link_text) )
$output .= ' <a href="'. get_permalink() . "#more-$id\">$more_link_text</a>";
$output .= ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";
}
}