コード例 #1
0
 /**
  * Returns text for the end of RC
  * If enhanced RC is in use, returns pretty much all the text
  * @return string
  */
 public function endRecentChangesList()
 {
     return $this->recentChangesBlock() . parent::endRecentChangesList();
 }