Ran stylize.php. Required manual corrections:
authorSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 7 Sep 2011 17:25:52 +0000 (17:25 +0000)
committerSiebrand Mazeland <siebrand@users.mediawiki.org>
Wed, 7 Sep 2011 17:25:52 +0000 (17:25 +0000)
commit557a8dcc6a75cca8c88d5b4af3fa821d97910dfa
tree5686e6cb20e3a25fe687149a43b0d23a0db79fe7
parent6cc7fd0bf3f159fa0c0dbcd2a6b53d2ef46c95e4
Ran stylize.php. Required manual corrections:
* $params[$index-1] was changed to $params[$index -1] instead of $params[$index - 1]
* ///!< @var string was changed to /// !< @var string, but should have remain unchanged.
includes/logging/LogEntry.php
includes/logging/LogFormatter.php