Removed not useful global vars
This commit is contained in:
parent
842d26bc24
commit
22ac725ec1
|
@ -22,9 +22,6 @@ class WC_Admin_Webhooks_Table_List extends WP_List_Table {
|
||||||
* Initialize the webhook table list
|
* Initialize the webhook table list
|
||||||
*/
|
*/
|
||||||
public function __construct() {
|
public function __construct() {
|
||||||
global $status, $page;
|
|
||||||
|
|
||||||
// Set parent defaults
|
|
||||||
parent::__construct( array(
|
parent::__construct( array(
|
||||||
'singular' => __( 'webhook', 'woocommerce' ),
|
'singular' => __( 'webhook', 'woocommerce' ),
|
||||||
'plural' => __( 'webhooks', 'woocommerce' ),
|
'plural' => __( 'webhooks', 'woocommerce' ),
|
||||||
|
|
Loading…
Reference in New Issue