if (($vbulletin->options['allowedbbcodes'] & ALLOW_BBCODE_CODE) OR $force_all) { //[CODE] $tag_list['no_option']['code'] = array( 'callback' => 'handle_bbcode_code', 'strip_empty' => true, 'disable_smilies' => true, 'disable_wordwrap' => true, 'strip_space_after' => 2 ); }