From: Niklas (Krymonota) Date: Sat, 30 May 2020 17:31:46 +0000 (+0200) Subject: Remove obsolete signature properties documentation X-Git-Tag: 3.0.25~2^2 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=918426d6df97f276507bdb25f261cd5dff0d2248;p=GitHub%2FWoltLab%2FWCF.git Remove obsolete signature properties documentation See bc7adcda6be815367889eaa8cdecf851119009e4 and 291e9fe55c71023bdf3f18565be1c3ae098f77c6 --- diff --git a/wcfsetup/install/files/lib/data/user/User.class.php b/wcfsetup/install/files/lib/data/user/User.class.php index f534b32b8e..09f96f67ff 100644 --- a/wcfsetup/install/files/lib/data/user/User.class.php +++ b/wcfsetup/install/files/lib/data/user/User.class.php @@ -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