Add support for HTML in category descriptions
[GitHub/WoltLab/WCF.git] / wcfsetup / install / files / lib / system / category / AbstractCategoryType.class.php
index 3c2faf6564ce48c15e8f96ae8132aadc2ded0307..dc7d5879d43d0849b0ed67957da92ec076a361b6 100644 (file)
@@ -184,4 +184,12 @@ abstract class AbstractCategoryType extends SingletonFactory implements ICategor
        public function hasDescription() {
                return $this->hasDescription;
        }
+       
+       /**
+        * @inheritDoc
+        * @since       5.2
+        */
+       public function supportsHtmlDescription() {
+               return false;
+       }
 }