--- a/wp/wp-admin/import.php Fri Sep 05 18:40:08 2025 +0200
+++ b/wp/wp-admin/import.php Fri Sep 05 18:52:52 2025 +0200
@@ -30,7 +30,7 @@
get_current_screen()->set_help_sidebar(
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
'<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' .
- '<p>' . __( '<a href="https://wordpress.org/support/forums">Support</a>' ) . '</p>'
+ '<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
);
if ( current_user_can( 'install_plugins' ) ) {
@@ -235,6 +235,13 @@
esc_url( network_admin_url( 'plugin-install.php?tab=search&type=tag&s=importer' ) )
) . '</p>';
}
+
+/**
+ * Fires at the end of the Import screen.
+ *
+ * @since 6.8.0
+ */
+do_action( 'import_filters' );
?>
</div>