diff --git a/wp-admin/import.php b/wp-admin/import.php index e04dc3109b..913f402fe3 100644 --- a/wp-admin/import.php +++ b/wp-admin/import.php @@ -235,6 +235,13 @@ if ( current_user_can( 'install_plugins' ) ) { esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) ) ) . '

'; } + +/** + * Fires at the end of the Import screen. + * + * @since 6.8.0 + */ +do_action( 'import_filters' ); ?> diff --git a/wp-includes/version.php b/wp-includes/version.php index ef762d3b8b..69945a736a 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59700'; +$wp_version = '6.8-alpha-59701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.