i have 2.2.9 and it already does, but this is what i have for the $adminoptions in showthread.php
PHP Code:
if (ismoderator($thread['forumid']) or $getperms['canopenclose'] or $getperms['candeletethread'] or $getperms['canmove']) {
eval("\$adminoptions = \"".gettemplate("showthread_adminoptions")."\";");
} else {
$adminoptions = " ";
}
so you can try using that if you want