"Wikinaut" posted a comment on MediaWiki.r111350. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/111350#c31957
Commit summary for MediaWiki.r111350: fix for bug30377 : add a new parameter to limit the number of characters when rendering the channel item <description> Wikinaut's comment: Indeed, you are right, because $wgRSSItemMaxLength is always set in RSS.php it should be existent, but I wanted to be sure for cases where admins set or, worse, unset $wgRSSItemMaxLength in their LocalSettings. BTW: this line was further changed in follow-up r111351 to * case ( isset( $wgRSSItemMaxLength ) && is_numeric( $wgRSSItemMaxLength ) ) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
