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