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