We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95b23ac + 6867c7c commit d35d512Copy full SHA for d35d512
AdminPage.php
@@ -186,7 +186,6 @@ protected function page_help() { }
186
*/
187
protected function page_header() {
188
echo "<div class='wrap'>\n";
189
- screen_icon( $this->args['screen_icon'] );
190
echo html( 'h2', $this->args['page_title'] );
191
}
192
@@ -510,7 +509,6 @@ private function check_args() {
510
509
'toplevel' => '',
511
'position' => null,
512
'icon_url' => '',
513
- 'screen_icon' => '',
514
'parent' => 'options-general.php',
515
'capability' => 'manage_options',
516
'menu_title' => $this->args['page_title'],
@@ -581,4 +579,3 @@ public function _action_link( $links ) {
581
579
return $links;
582
580
583
584
-
0 commit comments