echo '<p>' .
sprintf( /* translators: %s: URL to Add Plugins screen. */
__( 'If the importer you need is not listed, <a href="%s">search the plugin directory</a> to see if an importer is available.'
),
esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer'
) ) ) . '</p>';
}?>
</div>
<?php
wp_print_request_filesystem_credentials_modal();
wp_print_admin_notice_templates();
require_once ABSPATH . 'wp-admin/admin-footer.php';