Ive made a global search for » (iso double chevron right) nothing shows … »
the character is also often added to the html as »
in core.php of the plugin (if it helps: line 323):
$expand = ' <span class="rc_expand"><a rel="nofollow" href="javascript:void(0);" onclick="RCJS.detail(' . $comment_id . ',\'' . get_bloginfo('siteurl') . '\',\'' . $argsf . '\',' . $comment_start . ',\'' . $loading_text . '\');">' . __('»', 'wp-recentcomments') . '</a></span>';
return $str . $expand;
Found it its the » quote mark Look for file core.php and around line 323-324
$expand = ' <span class="rc_expand"><a rel="nofollow" href="javascript:void(0);" onclick="RCJS.detail(' . $comment_id . ',\'' . get_bloginfo('siteurl') . '\',\'' . $argsf . '\',' . $comment_start . ',\'' . $loading_text . '\');">' . __('»', 'wp-recentcomments') . '</a></span>';
return $str . $expand;
» shown as » in above code can be replaced with text or image (keep the ‘ and ‘ either side)
@ alchymyth LOL, thanks for your help! I just found it also, almost a double post. Ha!
cosmic collaboration (?) 😉