mirror of
git://develop.git.wordpress.org/
synced 2025-03-20 12:00:03 +01:00
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:
parent
d9846f86b1
commit
1af6d01b03
@ -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' ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user