Skip to content
Snippets Groups Projects
Commit 41f213ca authored by Erick Hitter's avatar Erick Hitter
Browse files

Better naming following 25c38337

parent 25c38337
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ class Main { ...@@ -6,7 +6,7 @@ class Main {
/** /**
* Register action * Register action
*/ */
public static function init() { public static function load() {
add_action( 'load-edit.php', array( __CLASS__, 'intercept' ) ); add_action( 'load-edit.php', array( __CLASS__, 'intercept' ) );
} }
...@@ -96,4 +96,4 @@ class Main { ...@@ -96,4 +96,4 @@ class Main {
} }
} }
Main::init(); Main::load();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment