Forum Overview
::
NFL2K5
::
ATTN ICJ: CODE FIX
[quote name="Entropy Stew"]replace this line: <tt>$post_text = preg_replace_callback("|\[\s*youtube\s+id\s*\=\s*\"?([A-Za-z0-9]*)\"?\s*\]|", create_function('$matches','return getYouTubeTag($matches[1]);'), $post_text);</tt> with this: <tt>$post_text = preg_replace_callback("|\[\s*youtube\s+id\s*\=\s*\"?([A-Za-z0-9_]*)\"?\s*\]|", create_function('$matches','return getYouTubeTag($matches[1]);'), $post_text);</tt> -/ES/-[/quote]