Revert r38221, 38238 -- "Add new parser function {{apiurl}}. Also, add new global...
authorBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jul 2008 19:45:35 +0000 (19:45 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Wed, 30 Jul 2008 19:45:35 +0000 (19:45 +0000)
commit75b58962c6b1fa158c31019e8b7d13453d11dddd
tree19e4bfa2ab4275daaaf5477d5c45342f4637d224
parent4cbd369b589f50edc170e951d89a90fd54479696
Revert r38221, 38238 -- "Add new parser function {{apiurl}}. Also, add new global $wgApiScript because manually constructing the api script's path seemed like a bad idea."

I don't really like this in general; the API isn't meant for the UI and there should be little to no call to link to it from body content.

Additionally, I believe we're trying to move all new parser functions to the convention of using the # prefix to avoid conflict with the template namespace.
RELEASE-NOTES
includes/DefaultSettings.php
includes/Setup.php
includes/parser/CoreParserFunctions.php
languages/messages/MessagesEn.php