From 1af6d01b03004ee64fdfd0026156681f41c3d5bd Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Tue, 25 Feb 2025 18:32:51 +0000 Subject: [PATCH] Help/About: Replace "Support" with "Support Forums" in `import.php` help tab. This brings consistency with other admin screens. Props Guido07111975, audrasjb, sabernhardt. Fixes #63016. git-svn-id: https://develop.svn.wordpress.org/trunk@59868 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/import.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/import.php b/src/wp-admin/import.php index 913f402fe3..ce17a70f20 100644 --- a/src/wp-admin/import.php +++ b/src/wp-admin/import.php @@ -30,7 +30,7 @@ get_current_screen()->add_help_tab( get_current_screen()->set_help_sidebar( '

' . __( 'For more information:' ) . '

' . '

' . __( 'Documentation on Import' ) . '

' . - '

' . __( 'Support' ) . '

' + '

' . __( 'Support forums' ) . '

' ); if ( current_user_can( 'install_plugins' ) ) {