Skip to content

Commit cb4478f

Browse files
committed
Set proper menu parent for importers
git-svn-id: https://develop.svn.wordpress.org/trunk@9900 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 875fbb5 commit cb4478f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-admin/admin.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
include(ABSPATH . "wp-admin/import/$importer.php");
113113
}
114114

115-
$parent_file = 'users.php';
115+
$parent_file = 'import.php';
116116
$submenu_file = 'import.php';
117117
$title = __('Import');
118118

@@ -139,4 +139,4 @@
139139
if ( !empty($_REQUEST['action']) )
140140
do_action('admin_action_' . $_REQUEST['action']);
141141

142-
?>
142+
?>

0 commit comments

Comments
 (0)