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
This commit is contained in:
Jb Audras 2025-02-25 18:32:51 +00:00
parent d9846f86b1
commit 1af6d01b03

View File

@ -30,7 +30,7 @@ get_current_screen()->add_help_tab(
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' ) ) {