r25603 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r25602‎ | r25603 | r25604 >
Date:01:55, 7 September 2007
Author:simetrical
Status:old
Tags:
Comment:
Use "public function", not the old "@public" nonsense.
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -1160,9 +1160,8 @@
11611161
11621162 /**
11631163 * Helper function for doAllQuotes()
1164 - * @public
11651164 */
1166 - function doQuotes( $text ) {
 1165+ public function doQuotes( $text ) {
11671166 $arr = preg_split( "/(''+)/", $text, -1, PREG_SPLIT_DELIM_CAPTURE );
11681167 if ( count( $arr ) == 1 )
11691168 return $text;

Follow-up revisions

RevisionCommit summaryAuthorDate
r25607Merged revisions 25530-25606 via svnmerge from...david06:11, 7 September 2007

Status & tagging log