Last modified: 2006-10-11 06:24:44 UTC
The getTemplateArgs() function in Parser.php does not appear to be called: ------------------------------------------- root@bling:/var/www/hosts/mediawiki/wiki# grep -inr getTemplateArgs * ../extensions/* includes/.svn/text-base/Parser.php.svn-base:2602: function getTemplateArgs( $argsString ) { includes/Parser.php:2602: function getTemplateArgs( $argsString ) { root@bling:/var/www/hosts/mediawiki/wiki# ------------------------------------------- Can we maybe kill it?
Is this possibly to allow extensions to gain access to template parameters so they can decode {{{parameter}}}? I recall this being an issue a little while back...
Removed in r16925 (could not see any external extensions using this, and if it's removed now it gives the maximum window of opportunity for it to be added back in case someone somewhere turns out to be using it). Marking as resolved.