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:
nacin 2012-06-29 19:24:15 +00:00
parent 96698d6e05
commit 76defb20d4

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');