mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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. git-svn-id: https://develop.svn.wordpress.org/trunk@55416 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -175,7 +175,7 @@ function wp_admin_bar_wp_menu( $wp_admin_bar ) {
|
||||
'parent' => 'wp-logo-external',
|
||||
'id' => 'documentation',
|
||||
'title' => __( 'Documentation' ),
|
||||
'href' => __( 'https://wordpress.org/support/' ),
|
||||
'href' => __( 'https://wordpress.org/documentation/' ),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user