load-importer-$importer hook. props simonwheatley. fixes #21071.
git-svn-id: http://core.svn.wordpress.org/trunk@21183 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
96698d6e05
commit
76defb20d4
|
@ -187,6 +187,8 @@ if ( isset($plugin_page) ) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
do_action( 'load-importer-' . $importer );
|
||||||
|
|
||||||
$parent_file = 'tools.php';
|
$parent_file = 'tools.php';
|
||||||
$submenu_file = 'import.php';
|
$submenu_file = 'import.php';
|
||||||
$title = __('Import');
|
$title = __('Import');
|
||||||
|
|
Loading…
Reference in New Issue