Skip to content

Commit

Permalink
Revert priority
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHerman committed Nov 20, 2017
1 parent c7965b6 commit e8693c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions includes/class-setup.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public function __construct() {

} );

add_action( 'admin_enqueue_scripts', [ $this, 'admin_enqueue_scripts' ] );
add_action( 'admin_menu', [ $this, 'page' ], PHP_INT_MAX - 1997 );
add_action( 'admin_enqueue_scripts', [ $this, 'admin_enqueue_scripts' ] );
add_action( 'admin_menu', [ $this, 'page' ], PHP_INT_MAX - 100 );
add_action( 'wp_ajax_rstore_install', [ __CLASS__, 'install' ] );

}
Expand Down

0 comments on commit e8693c6

Please sign in to comment.