From 14149e4d54de12338dc2b63cc45bf88de7faeb67 Mon Sep 17 00:00:00 2001 From: Mike Jolley Date: Mon, 18 Feb 2019 13:41:06 +0000 Subject: [PATCH] phpcs --- includes/admin/class-wc-admin-webhooks-table-list.php | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/includes/admin/class-wc-admin-webhooks-table-list.php b/includes/admin/class-wc-admin-webhooks-table-list.php index 5650228026c..dc0993bf979 100644 --- a/includes/admin/class-wc-admin-webhooks-table-list.php +++ b/includes/admin/class-wc-admin-webhooks-table-list.php @@ -86,8 +86,10 @@ class WC_Admin_Webhooks_Table_List extends WP_List_Table { add_query_arg( array( 'delete' => $webhook->get_id(), - ), admin_url( 'admin.php?page=wc-settings&tab=advanced§ion=webhooks' ) - ), 'delete-webhook' + ), + admin_url( 'admin.php?page=wc-settings&tab=advanced§ion=webhooks' ) + ), + 'delete-webhook' ) ) . '">' . esc_html__( 'Delete permanently', 'woocommerce' ) . '', ); @@ -262,7 +264,10 @@ class WC_Admin_Webhooks_Table_List extends WP_List_Table { echo ''; echo ''; submit_button( - $text, '', '', false, + $text, + '', + '', + false, array( 'id' => 'search-submit', )