Remove obsolete signature properties documentation
authorNiklas (Krymonota) <Krymonota@users.noreply.github.com>
Sat, 30 May 2020 17:31:46 +0000 (19:31 +0200)
committerNiklas (Krymonota) <Krymonota@users.noreply.github.com>
Sat, 30 May 2020 17:31:46 +0000 (19:31 +0200)
See bc7adcda6be815367889eaa8cdecf851119009e4 and 291e9fe55c71023bdf3f18565be1c3ae098f77c6

wcfsetup/install/files/lib/data/user/User.class.php

index f534b32b8e38e26752e7f5a2461a311ce51bcec1..09f96f67ff8feb08109078aa092b7a5994b2e5eb 100644 (file)
@@ -48,9 +48,7 @@ use wcf\util\PasswordUtil;
  * @property-read      integer         $enableGravatar                 is `1` if the user uses a gravatar as avatar, otherwise `0`
  * @property-read      string          $gravatarFileExtension          extension of the user's gravatar file
  * @property-read      string          $signature                      text of the user's signature
- * @property-read      integer         $signatureEnableBBCodes         is `1` if BBCodes will rendered in the user's signature, otherwise `0`
  * @property-read      integer         $signatureEnableHtml            is `1` if HTML will rendered in the user's signature, otherwise `0`
- * @property-read      integer         $signatureEnableSmilies         is `1` if smilies will rendered in the user's signature, otherwise `0`
  * @property-read      integer         $disableSignature               is `1` if the user's signature has been disabled, otherwise `0`
  * @property-read      string          $disableSignatureReason         reason why the user's signature is disabled
  * @property-read      integer         $disableSignatureExpires        timestamp at which the user's signature will automatically be enabled again