Make WordPress Core


Ignore:
Timestamp:
02/23/2023 11:04:40 AM (2 years ago)
Author:
audrasjb
Message:

Help/About: Avoid extra redirections on HelpHub Links.

This changeset replaces various HelpHub links that have changed to avoid extra 301 redirections.

Props sabernhardt, audrasjb.
See #57726.

File:
1 edited

Legend:

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

    r55412 r55414  
    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/documentation/article/excerpt/' )
     749        __( 'https://wordpress.org/documentation/article/what-is-an-excerpt-classic-editor/' )
    750750    );
    751751    ?>
     
    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/documentation/article/custom-fields/' )
     824        __( 'https://wordpress.org/documentation/article/assign-custom-fields/' )
    825825    );
    826826    ?>
Note: See TracChangeset for help on using the changeset viewer.