User "Catrope" changed the status of MediaWiki.r91812.

Old Status: new
New Status: fixme

User "Catrope" also posted a comment on MediaWiki.r91812.

Full URL: 
https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/91812#c21157
Commit summary:

(bug 29563 comment 11) Use feed-atom and feed-rss messages instead of RSS and 
ATOM.

Personally this feels a little icky since its kind of lego-ey/resusing messages
in different contexts, but I guess its ok.

Most everywhere else in mediawiki doesn't put the type of feed in the feed 
description.

Comment:

That problem could be solved with <code>$msg = wfMessage( 'foo' 
)->inContentLanguage(); if ( $msg->exists() ) { ... }</code> , right?

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

Reply via email to