(bug 15128) Documentation for xmlEncode is wrong, it's not static.
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 13 Aug 2008 01:53:03 +0000 (01:53 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 13 Aug 2008 01:53:03 +0000 (01:53 +0000)
includes/Feed.php

index 512057d..21e8f08 100644 (file)
@@ -52,9 +52,6 @@ class FeedItem {
                $this->Comments = $Comments;
        }
 
-       /**
-        * @static
-        */
        function xmlEncode( $string ) {
                $string = str_replace( "\r\n", "\n", $string );
                $string = preg_replace( '/[\x00-\x08\x0b\x0c\x0e-\x1f]/', '', $string );