mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-12-19 03:20:44 +00:00
8becbc2b23
* The extension already uses 'null' as placeholder in RelatedArticles instead of empty array. Update the doc comment in RelatedPagesGateway to reflect this (its code was already using the default operator to fallback to empty array, given empty arrays are not falsey in JS, but null is). * Omit the key from the mw.config output in <head> on page views, when the value is null, given this is redundant information and consumes additional space. Bug: T219342 Change-Id: I367f9d9423d66611d73d56f8a769d86d14d3de8b |
||
---|---|---|
.. | ||
RelatedPagesGateway.js |