# HG changeset patch
# User Dan
# Date 1239934148 14400
# Node ID a5263dadedf3e24fc4d574b07135868a16e06b2f
# Parent 4d8ce84092c950c93a3b19a2b046509031782e44
"Read more" links use the new syntax now.
diff -r 4d8ce84092c9 -r a5263dadedf3 plugins/Newsboy.php
--- a/plugins/Newsboy.php Thu Apr 16 20:35:28 2009 -0400
+++ b/plugins/Newsboy.php Thu Apr 16 22:09:08 2009 -0400
@@ -448,7 +448,7 @@
}
if ( $trimmed )
{
- $link = ' Read more...';
+ $link = ' Read more...';
$content = preg_replace('/(.+?)<\/(p|ul|table|div|pre)>([\s]*?)$/Usi', '\\1' . $link . '\\2>\\3', $content, 1);
if ( !strstr($content, $link) )
{