Exemplo n.º 1
0
 private function addCTAs(&$xpath)
 {
     global $wgLanguageCode;
     if ($wgLanguageCode == "en" && $this->deviceOpts['show-cta']) {
         TipsAndWarnings::injectRedesignCTAs($xpath, $this->t);
     }
 }
 function getSQL()
 {
     return TipsAndWarnings::getSql();
 }