From 8f5a6d9b8b84ca18f0be909bb2ece31a8f164f3c Mon Sep 17 00:00:00 2001 From: Steve Sanbeg Date: Tue, 12 Dec 2006 00:02:17 +0000 Subject: [PATCH] refactor template arg parsing into static method; this may prevent a future fork of it, since it could be useful for parserfunctions, too. --- RELEASE-NOTES | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index d687621555..fb167e0f85 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -270,6 +270,8 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN chunk instead of pointing to the last title of current chunk. * (bug 4673) Special:AllPages : add a 'previous' link (new message 'prevpage') * (bug 8121) wfRandom() was not between 0 and 1 +* Add static method Parser::createAssocArgs($args), so parser functions can + use the same code to parse arguments as the templates do. == Languages updated == -- 2.20.1