"MaxSem" posted a comment on MediaWiki.r113517. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/113517#c32038
Commit summary for MediaWiki.r113517: add tracking category feature (enabled by default). Each page using this extension get automatically the tracking category with MediaWiki:Wikiarticlefeeds-tracking-category name (= RSS authoring page). Tracking-Cat-Feature can be disabled, or a different MediaWiki message text can be assigned. Documentation of the switch is inline and follows on MediaWiki. MaxSem's comment: <source lang=php> $p = new Parser(); $po = new ParserOptions(); $parser->parse( $text, $title, $po ); </source> Tracking category doesn't gets added. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
