Make WordPress Core


Ignore:
Timestamp:
02/23/2023 10:36:33 AM (20 months ago)
Author:
audrasjb
Message:

Help/About: Use the new /documentation/ URLs for HelpHub links in WordPress Admin.

As https://wordpress.org/support/ was redirected to https://wordpress.org/documentation/, this changeset replaces various /support/article/* links with /documentation/article/* to avoid an extra redirect.

This also updates links to Support Forums by replacing https://wordpress.org/support/ URLs with https://wordpress.org/support/forums/.

Props SergeyBiryukov, audrasjb, dhrupo, hasanmisbah, sakibmd, sabernhardt.
See #57726.

File:
1 edited

Legend:

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

    r55306 r55412  
    747747        /* translators: %s: Documentation URL. */
    748748        __( 'Excerpts are optional hand-crafted summaries of your content that can be used in your theme. <a href="%s">Learn more about manual excerpts</a>.' ),
    749         __( 'https://wordpress.org/support/article/excerpt/' )
     749        __( 'https://wordpress.org/documentation/article/excerpt/' )
    750750    );
    751751    ?>
     
    785785        /* translators: %s: Documentation URL. */
    786786        __( 'Trackbacks are a way to notify legacy blog systems that you&#8217;ve linked to them. If you link other WordPress sites, they&#8217;ll be notified automatically using <a href="%s">pingbacks</a>, no other action necessary.' ),
    787         __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
     787        __( 'https://wordpress.org/documentation/article/introduction-to-blogging/#comments' )
    788788    );
    789789    ?>
     
    822822        /* translators: %s: Documentation URL. */
    823823        __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
    824         __( 'https://wordpress.org/support/article/custom-fields/' )
     824        __( 'https://wordpress.org/documentation/article/custom-fields/' )
    825825    );
    826826    ?>
     
    846846            /* translators: %s: Documentation URL. */
    847847            __( 'Allow <a href="%s">trackbacks and pingbacks</a>' ),
    848             __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
     848            __( 'https://wordpress.org/documentation/article/introduction-to-blogging/#managing-comments' )
    849849        );
    850850        ?>
Note: See TracChangeset for help on using the changeset viewer.