* Whitespace fixes
authorNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 10:30:52 +0000 (10:30 +0000)
committerNiklas Laxström <nikerabbit@users.mediawiki.org>
Sun, 10 Aug 2008 10:30:52 +0000 (10:30 +0000)
commitd61c9d0a9b1eb29af96cee957a0c7601c691e3b5
tree9a9abba6f303ac75c41d4f73dd692191dfae4e45
parent6d042cb8d5ee9f194aa20d6c97653050fca916ee
* Whitespace fixes
* Avoid running some queries multiple times by caching the result
- Title::isDeleted is called twice when viewing a page that does not exist by SkinTemplate::buildContentActionUrls and Skin::getUndeleteLink
- Title::getTitleProtections is called twice when viewing a page that does not exist by SkinTemplate::buildContentActionUrls and efUniversalEditLink
includes/Title.php