From 46727906bb3491394854dd5ef877bbb459383a91 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Wed, 13 Aug 2008 01:53:03 +0000 Subject: [PATCH] (bug 15128) Documentation for xmlEncode is wrong, it's not static. --- includes/Feed.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/includes/Feed.php b/includes/Feed.php index 512057d937..21e8f084f5 100644 --- a/includes/Feed.php +++ b/includes/Feed.php @@ -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 ); -- 2.20.1