From: Tim Laqua Date: Fri, 7 Sep 2007 01:30:17 +0000 (+0000) Subject: (m) Marking Parser::doQuotes() as public as it needs to be available to EditPage... X-Git-Tag: 1.31.0-rc.0~51490 X-Git-Url: http://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=64b80f0c988089e5b54715b238c4df543948dce8;p=lhc%2Fweb%2Fwiklou.git (m) Marking Parser::doQuotes() as public as it needs to be available to EditPage::pseudoParseSectionAnchor --- diff --git a/includes/Parser.php b/includes/Parser.php index 32e7f2a86b..3b3adb6fa9 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -1160,7 +1160,7 @@ class Parser /** * Helper function for doAllQuotes() - * @private + * @public */ function doQuotes( $text ) { $arr = preg_split( "/(''+)/", $text, -1, PREG_SPLIT_DELIM_CAPTURE );