(m) Marking Parser::doQuotes() as public as it needs to be available to EditPage...
authorTim Laqua <tlaqua@users.mediawiki.org>
Fri, 7 Sep 2007 01:30:17 +0000 (01:30 +0000)
committerTim Laqua <tlaqua@users.mediawiki.org>
Fri, 7 Sep 2007 01:30:17 +0000 (01:30 +0000)
includes/Parser.php

index 32e7f2a..3b3adb6 100644 (file)
@@ -1160,7 +1160,7 @@ class Parser
 
        /**
         * Helper function for doAllQuotes()
-        * @private
+        * @public
         */
        function doQuotes( $text ) {
                $arr = preg_split( "/(''+)/", $text, -1, PREG_SPLIT_DELIM_CAPTURE );