Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

renderPromotionalFooter.js 172B

123456789
  1. // @flow
  2. /**
  3. * Method used in order to render a custom promotional footer.
  4. *
  5. * @returns {HTMLElement}
  6. */
  7. export function renderPromotionalFooter() {
  8. return null;
  9. }