Fixed an incorrect comment...
This commit is contained in:
parent
8981e4b275
commit
f5f4d8743e
@ -219,13 +219,14 @@
|
||||
if($this->mod['type'] >= MOD_BANDELETE)
|
||||
$built .= ' <a title="Ban & Delete" href="?/b/ban&delete/' . $this->id . '">' . MOD_LINK_BANDELETE . '</a>';
|
||||
|
||||
// Delete file (keep post)
|
||||
// Stickies
|
||||
if($this->mod['type'] >= MOD_STICKY)
|
||||
if($this->sticky)
|
||||
$built .= ' <a title="Make thread not sticky" href="?/b/unsticky/' . $this->id . '">' . MOD_LINK_DESTICKY . '</a>';
|
||||
else
|
||||
$built .= ' <a title="Make thread sticky" href="?/b/sticky/' . $this->id . '">' . MOD_LINK_STICKY . '</a>';
|
||||
|
||||
|
||||
$built .= '</span>';
|
||||
}
|
||||
return $built;
|
||||
|
Loading…
Reference in New Issue
Block a user