r22267 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r22266‎ | r22267 | r22268 >
Date:20:07, 19 May 2007
Author:tstarling
Status:old
Tags:
Comment:
Made extractTagsAndParams public, useful for extensions.
Modified paths:
  • /trunk/phase3/includes/Parser.php (modified) (history)

Diff [purge]

Index: trunk/phase3/includes/Parser.php
@@ -451,7 +451,7 @@
452452 * @param $text Source text string.
453453 * @param $uniq_prefix
454454 *
455 - * @private
 455+ * @public
456456 * @static
457457 */
458458 function extractTagsAndParams($elements, $text, &$matches, $uniq_prefix = ''){