public static function getCommentByAnonMsg()
 {
     if (is_null(self::$commentByAnonMsg)) {
         self::$commentByAnonMsg = wfMessage('article-comments-anonymous')->text();
     }
     return self::$commentByAnonMsg;
 }