User "Catrope" changed the status of MediaWiki.r88047. Old Status: new New Status: fixme
User "Catrope" also posted a comment on MediaWiki.r88047. Full URL: https://secure.wikimedia.org/wikipedia/mediawiki/wiki/Special:Code/MediaWiki/88047#c17026 Commit summary: * (bug 28963) add langbacklinks module to api Completely untested at this point, that's being done next Comment: <code>$lllang</code> is always false because of a missing l in <code>+ $lllang = isset( $prop['llang'] );</code>. Also: <pre> + 'title' => "Language link to search for. Must be used with {$this->getModulePrefix()}prefix", </pre> should be lang instead of prefix. Both of these issues are still present post r88052, so marking fixme. _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
