load-importer-$importer hook. props simonwheatley. fixes #21071.

git-svn-id: https://develop.svn.wordpress.org/trunk@21183 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-06-29 19:24:15 +00:00
parent 898a2f371b
commit 1c4b08d998
1 changed files with 2 additions and 0 deletions

View File

@ -187,6 +187,8 @@ if ( isset($plugin_page) ) {
exit;
}
do_action( 'load-importer-' . $importer );
$parent_file = 'tools.php';
$submenu_file = 'import.php';
$title = __('Import');