Content > Out of Date Comments protected function generate() : void { $this->h1 = 'Out of Date Comments'; array_unshift($this->title, $this->h1); $this->lvTabs = new Tabs(['parent' => "\$\$WH.ge('tabs-generic')"]); parent::generate(); $this->lvTabs->addListviewTab(new Listview(array( 'data' => CommunityContent::getCommentPreviews(['flags' => CC_FLAG_OUTDATED]), 'extraCols' => '$_' ), 'commentpreview', 'commentAdminCol')); } } ?>