Removed not useful global vars

This commit is contained in:
Claudio Sanches 2015-01-06 17:39:34 -02:00
parent 842d26bc24
commit 22ac725ec1
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ class WC_Admin_Webhooks_Table_List extends WP_List_Table {
* Initialize the webhook table list
*/
public function __construct() {
global $status, $page;
// Set parent defaults
parent::__construct( array(
'singular' => __( 'webhook', 'woocommerce' ),
'plural' => __( 'webhooks', 'woocommerce' ),