Warning: preg_replace() [function.preg-replace]: Compilation failed: unrecognized character after (? or (?- at offset 14 in /home/****/public_html/wp-content/plugins/tags-autolink/tags-autolink-2.1.php on line 48
şeklinde hata veriyor.
47-48-49. satırlar
/* Replace any instance of the cat_name with the cat_name wrapped in a HREF to link_url */
$text = preg_replace("|(?!<[^<>]*?)(?name)\b(?!:)(?![^<>]*?>)|imsU","$1" , $text);
}