readmore using now 'if (query->single)'

This commit is contained in:
real_nowhereman 2008-02-22 11:02:52 +00:00
parent ca085c56e1
commit cb2982c6f9

View File

@ -77,7 +77,7 @@ function plugin_readmore_main($string) {
}
if (isset($_GET['entry'])) {
if ($q->single || isset($_GET['entry'])) {
$string = str_replace('[more]', "<a id=\"readmore-{$_GET['entry']}\"></a>", $string);
}