mirror of
git://develop.git.wordpress.org/
synced 2025-01-18 21:28:02 +01:00
Revert rename of more-link class. Props foolswisdom. fixes #4999
git-svn-id: https://develop.svn.wordpress.org/trunk@6128 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
d06df9ddd6
commit
7941b7160a
@ -102,7 +102,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 . '" class="morelink">' . $more_link_text . '</a>';
|
||||
$output .= ' <a href="'. get_permalink() . "#more-$id\" class=\"more-link\">$more_link_text</a>";
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user