Index: trunk/phase3/includes/Parser.php |
— | — | @@ -1160,9 +1160,8 @@ |
1161 | 1161 | |
1162 | 1162 | /** |
1163 | 1163 | * Helper function for doAllQuotes() |
1164 | | - * @public |
1165 | 1164 | */ |
1166 | | - function doQuotes( $text ) { |
| 1165 | + public function doQuotes( $text ) { |
1167 | 1166 | $arr = preg_split( "/(''+)/", $text, -1, PREG_SPLIT_DELIM_CAPTURE ); |
1168 | 1167 | if ( count( $arr ) == 1 ) |
1169 | 1168 | return $text; |