User tests: Successful: Unsuccessful:
As requested (#3782 (diff)) see here @bakual
Also remove $templateparams on beez :)
Edit: We can also rewrite everything to use $params of course. It may be a bit faster I think.
All search and replace nothing is faster
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-07-20 14:21:54 |
Interesting thing is in Protostar we have actually 14 uses of
$this->params
already vs 4 uses of$params
. I'd suggest to rewrite the four uses of$params
to$this->params
and get rid of$params = $this->params
in this template.Edit: We can also rewrite everything to use
$params
of course. It may be a bit faster I think. I just don't see much sense in having it mixed