isHidden()){
$x = " - getID()."\">[undelete post] - ";
} else {
$x = " - getID()."\">[delete post] ";
}
$x.= " - getID()."\">[move post]";
$x .= " - getID()."&userid=".$post->getOwnerID().">[banish author]";
return $x;
}
/**
* Show the links for possible moderation actions related to an entire thread
**/
function show_thread_moderation_links($thread){
echo "getID()."\">Hide thread
";
if($thread->sticky) {
echo "getID()."\">De-sticky thread
";
} else {
echo "getID()."\">Make thread sticky
";
}
}
?>