Add load action for pagenow.
git-svn-id: https://develop.svn.wordpress.org/trunk@4183 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
8a3b227fb9
commit
94cb7b27ab
@ -98,6 +98,8 @@ if (isset($plugin_page)) {
|
||||
include(ABSPATH . 'wp-admin/admin-footer.php');
|
||||
|
||||
exit();
|
||||
} else {
|
||||
do_action("load-$pagenow");
|
||||
}
|
||||
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user