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:
parent
fa4a39b0c7
commit
08ca04f068
|
@ -99,7 +99,7 @@ function get_the_content($more_link_text = '(more...)', $stripteaser = 0, $more_
|
||||||
} else {
|
} else {
|
||||||
$output = balanceTags($output);
|
$output = balanceTags($output);
|
||||||
if ( ! empty($more_link_text) )
|
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