Skip to content

Commit 1af6d01

Browse files
committed
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
1 parent d9846f8 commit 1af6d01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wp-admin/import.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
get_current_screen()->set_help_sidebar(
3131
'<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
3232
'<p>' . __( '<a href="https://wordpress.org/documentation/article/tools-import-screen/">Documentation on Import</a>' ) . '</p>' .
33-
'<p>' . __( '<a href="https://wordpress.org/support/forums">Support</a>' ) . '</p>'
33+
'<p>' . __( '<a href="https://wordpress.org/support/forums/">Support forums</a>' ) . '</p>'
3434
);
3535

3636
if ( current_user_can( 'install_plugins' ) ) {

0 commit comments

Comments
 (0)