"Bawolff" posted a comment on MediaWiki.r111350. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111350#c31952
Commit summary for MediaWiki.r111350: fix for bug30377 : add a new parameter to limit the number of characters when rendering the channel item <description> Bawolff's comment: One of the lines of the case statement: <code> 84 + case ( isset( $wgRSSItemMaxLength ) ):</code> is a little confusing at first glance, since <code>isset( $wgRSSItemMaxLength ) </code> should always return true. (Not a major issue, and is probably ok, just a bit confusing) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
