* Remove unnecessary initialization and double-caching of parser variables
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Jan 2005 11:52:06 +0000 (11:52 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 18 Jan 2005 11:52:06 +0000 (11:52 +0000)
commit7710788d3ac1f0dfed9b304f16820869edd3892e
tree2d69d0773d4a29c70e3d04e06b8f6d120a2d5221
parent1c0f56295ced9dbaf19c71dfa2b40e4f6f47d446
* Remove unnecessary initialization and double-caching of parser variables
This saves a couple milliseconds; since the variables are internally cached there's no benefit to running every variable when we're often just going to use one or two (Sitename in messages for instance)
includes/Parser.php