EditPage: Match the Save/Publish button's tooltip to its label
[lhc/web/wiklou.git] / includes / Feed.php
index 0e715df..92eec08 100644 (file)
@@ -153,6 +153,7 @@ class FeedItem {
        /**
         * Get the description of this item without any escaping
         *
+        * @return string
         */
        public function getDescriptionUnescaped() {
                return $this->description;