BBCode::removeAttachment PHP Method

removeAttachment() public method

Custom handler for the attachment tag.
public removeAttachment ( ) : string
return string
    public function removeAttachment()
    {
        // We dont need this since we show attachments.
        return '<!-- phpBB Attachments -->';
    }