Sorry. In libs/ubbthreads.inc.php look for this line about line 423:
global $style_array,$tree, $ubb, $config, $myinfo,$ubbt_lang, $dbh, $smarty, $PHPSESSID, $SID,$debug,$var_start,$var_sep,$var_eq, $forumvisit,$user, $userob, $VERSION;
Just add $wrappers to the list of variables:
global $style_array,$tree, $ubb, $config, $myinfo,$ubbt_lang, $dbh, $smarty, $PHPSESSID, $SID,$debug,$var_start,$var_sep,$var_eq, $forumvisit,$user, $userob, $VERSION, $wrappers;
The code I had posted in my previous post actually goes into your header include file.