diff --git a/AdminPage.php b/AdminPage.php index a6da566..7eb4c3b 100644 --- a/AdminPage.php +++ b/AdminPage.php @@ -186,7 +186,6 @@ protected function page_help() { } */ protected function page_header() { echo "
\n"; - screen_icon( $this->args['screen_icon'] ); echo html( 'h2', $this->args['page_title'] ); } @@ -510,7 +509,6 @@ private function check_args() { 'toplevel' => '', 'position' => null, 'icon_url' => '', - 'screen_icon' => '', 'parent' => 'options-general.php', 'capability' => 'manage_options', 'menu_title' => $this->args['page_title'], @@ -581,4 +579,3 @@ public function _action_link( $links ) { return $links; } } -