Exemplo n.º 1
0
 /**
  * Get the Skin being used for this instance.
  * SpecialPage extends ContextSource as of 1.18.
  *
  * @since 0.1
  *
  * @return Skin
  */
 public function getSkin()
 {
     return version_compare($GLOBALS['wgVersion'], '1.18', '>') ? parent::getSkin() : $GLOBALS['wgSkin'];
 }