From 041c228f215ae2260bf03e59eb323ed4da5cf615 Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sat, 19 May 2007 20:07:01 +0000 Subject: [PATCH] Made extractTagsAndParams public, useful for extensions. --- includes/Parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Parser.php b/includes/Parser.php index 2d053e7a29..f2ad137e82 100644 --- a/includes/Parser.php +++ b/includes/Parser.php @@ -451,7 +451,7 @@ class Parser * @param $text Source text string. * @param $uniq_prefix * - * @private + * @public * @static */ function extractTagsAndParams($elements, $text, &$matches, $uniq_prefix = ''){ -- 2.20.1