User "Nikerabbit" changed the status of MediaWiki.r92231.

Old Status: new
New Status: ok

User "Nikerabbit" also posted a comment on MediaWiki.r92231.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/92231#c19630
Commit summary:

* Use local context instead of global variables
* Removed parameters that could be replaced by context
* Call Linker methods statically
* Removed two unused methods: countWatchlist() and showItemCount()
* The parameter of SpecialEditWatch::buildTools() is now unused

Comment:

<pre>
-                       $wgOut->readOnlyPage();
+                       throw new ReadOnlyError;
                        return;
</pre>
The return is now unreachable.

Content language is not part of the context?


_______________________________________________
MediaWiki-CodeReview mailing list
mediawiki-coderev...@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to