https://bugzilla.wikimedia.org/show_bug.cgi?id=63458
--- Comment #3 from Dan Jacobson <[email protected]> --- One notices a protected function renderPageActions( $data ) { ?><ul id="page-actions" class="hlist"><?php foreach( $this->getPageActions() as $key => $val ): echo $this->makeListItem( $key, $val ); endforeach; ?></ul><?php } Maybe wrapping part of it in if(!$wgMFNoPageActions){} might work. I tried function JZ(&$z){$z->data['page_actions']=array(); return true;} $wgHooks['MinervaPreRender'][]='JZ'; but that didn't work. Maybe I'm barking up the wrong tree. -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
