more-link css class. Props Viper007Bond. fixes #3009
git-svn-id: http://svn.automattic.com/wordpress/trunk@4278 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c4a4ea83b1
commit
1b5577f846
|
@ -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>";
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue