Toolbar: Update the URL for Documentation link in the admin bar.

This avoids an extra redirect from `https://wordpress.org/support/` to `https://wordpress.org/documentation/`.

Follow-up to [55412], [55413], [55414], [55415].

See #57726.
Built from https://develop.svn.wordpress.org/trunk@55416


git-svn-id: http://core.svn.wordpress.org/trunk@54949 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2023-02-23 12:34:18 +00:00
parent 54dd6eda90
commit 1356f65372
2 changed files with 2 additions and 2 deletions

View File

@ -175,7 +175,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
'parent' => 'wp-logo-external', 'parent' => 'wp-logo-external',
'id' => 'documentation', 'id' => 'documentation',
'title' => __( 'Documentation' ), 'title' => __( 'Documentation' ),
'href' => __( 'https://wordpress.org/support/' ), 'href' => __( 'https://wordpress.org/documentation/' ),
) )
); );

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.2-beta3-55415'; $wp_version = '6.2-beta3-55416';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.