From 64b80f0c988089e5b54715b238c4df543948dce8 Mon Sep 17 00:00:00 2001 From: Tim Laqua Date: Fri, 7 Sep 2007 01:30:17 +0000 Subject: [PATCH] (m) Marking Parser::doQuotes() as public as it needs to be available to EditPage::pseudoParseSectionAnchor --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); -- 2.20.1