r39265 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r39264‎ | r39265 | r39266 >
Date:01:53, 13 August 2008
Author:simetrical
Status:old
Tags:
Comment:
(bug 15128) Documentation for xmlEncode is wrong, it's not static.
Modified paths:
  • /trunk/phase3/includes/Feed.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Feed.php
@@ -52,9 +52,6 @@
5353 $this->Comments = $Comments;
5454 }
5555
56 - /**
57 - * @static
58 - */
5956 function xmlEncode( $string ) {
6057 $string = str_replace( "\r\n", "\n", $string );
6158 $string = preg_replace( '/[\x00-\x08\x0b\x0c\x0e-\x1f]/', '', $string );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r39198* (bug 15128) Feed:xmlEncode() function now declared as staticskizzerz01:47, 12 August 2008
r39240Revert r39198 "* (bug 15128) Feed:xmlEncode() function now declared as static"...brion20:13, 12 August 2008

Status & tagging log