Remove a couple of link() calls in enhanced RC
authorAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Mar 2009 17:09:47 +0000 (17:09 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Sun, 29 Mar 2009 17:09:47 +0000 (17:09 +0000)
commit7508ef184e0af64c4b18af9d4c921a08eeb27c30
tree343a091c02ad5ff5a47e3067355fdbe61b06e819
parentdc84233b7c9a73c04d42a595c83f38aed7bc7fbb
Remove a couple of link() calls in enhanced RC

diff and cur links are now created using raw HTML instead of link(),
which they didn't really need anyway.  I didn't see any other obvious
candidates for conversion to raw HTML, since other things tend to need
fancy classes and have lots of other logic.  It's possible link() could
be made faster, too.
includes/ChangesList.php
includes/GlobalFunctions.php