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 @@
452
452
* @param $text Source text string.
453
453
* @param $uniq_prefix
454
454
*
455
- * @private
455
+ * @public
456
456
* @static
457
457
*/
458
458
function extractTagsAndParams($elements, $text, &$matches, $uniq_prefix = ''){