Make WordPress Core

Changeset 55416


Ignore:
Timestamp:
02/23/2023 12:32:37 PM (22 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/admin-bar.php

    r55276 r55416  
    176176            'id'     => 'documentation',
    177177            'title'  => __( 'Documentation' ),
    178             'href'   => __( 'https://wordpress.org/support/' ),
     178            'href'   => __( 'https://wordpress.org/documentation/' ),
    179179        )
    180180    );
Note: See TracChangeset for help on using the changeset viewer.