diff --git a/wp-admin/import.php b/wp-admin/import.php index 0e1e325af4..07616a82c3 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -44,6 +44,7 @@ if ( ! empty( $_GET['invalid'] ) && !empty($popular_importers[$_GET['invalid']][ add_thickbox(); require_once ('admin-header.php'); $parent_file = 'tools.php'; +$href = is_multisite() ? network_admin_url( 'plugin-install.php' ) : admin_url( 'plugin-install.php' ); ?>
' . sprintf( __('If the importer you need is not listed, search the plugins directory to see if an importer is available.'), esc_url(admin_url('plugin-install.php?tab=search&type=tag&s=importer')) ) . '
'; + echo '' . sprintf( __('If the importer you need is not listed, search the plugins directory to see if an importer is available.'), esc_url( $href . '?tab=search&type=tag&s=importer' ) ) . '
'; ?>