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.



Built from https://develop.svn.wordpress.org/trunk@59868


git-svn-id: http://core.svn.wordpress.org/trunk@59210 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-02-25 18:34:15 +00:00
parent 4f774af5e8
commit 601df51eb8
2 changed files with 2 additions and 2 deletions

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' ) ) {

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59867';
$wp_version = '6.8-alpha-59868';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.