Skip to content

Commit 7651b5f

Browse files
committed
remove un-needed icons to address #8
1 parent 1ba6245 commit 7651b5f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

netlify-webhook-deploy.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -354,10 +354,8 @@ public function create_plugin_settings_page() {
354354
$sub_capability = 'manage_options';
355355
$sub_slug = 'deploy_webhook_fields_sub';
356356
$sub_callback = array( $this, 'plugin_settings_subpage_content' );
357-
$sub_icon = 'dashicons-admin-plugins';
358-
$sub_position = 100;
359357

360-
add_submenu_page( $slug, $sub_page_title, $sub_menu_title, $sub_capability, $sub_slug, $sub_callback, $sub_icon, $sub_position );
358+
add_submenu_page( $slug, $sub_page_title, $sub_menu_title, $sub_capability, $sub_slug, $sub_callback );
361359

362360
}
363361

0 commit comments

Comments
 (0)