Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:44:48 PM (5 years ago)
Author:
SergeyBiryukov
Message:

General: First pass at replacing Codex URLs with a corresponding HelpHub or DevHub article.

Props ianbelanger, tobifjellner, SergeyBiryukov.
See #47771.

File:
1 edited

Legend:

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

    r45667 r45674  
    666666        /* translators: %s: Codex URL */
    667667        __( '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>.' ),
    668         __( 'https://codex.wordpress.org/Excerpt' )
     668        __( 'https://wordpress.org/support/article/excerpt/' )
    669669    );
    670670    ?>
     
    703703        /* translators: %s: Codex URL */
    704704        __( '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.' ),
    705         __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
     705        __( 'https://wordpress.org/support/article/introduction-to-blogging/#comments' )
    706706    );
    707707    ?>
     
    740740        /* translators: %s: Codex URL */
    741741        __( 'Custom fields can be used to add extra metadata to a post that you can <a href="%s">use in your theme</a>.' ),
    742         __( 'https://codex.wordpress.org/Using_Custom_Fields' )
     742        __( 'https://wordpress.org/support/article/custom-fields/' )
    743743    );
    744744    ?>
     
    764764            /* translators: %s: Codex URL */
    765765            __( 'Allow <a href="%s">trackbacks and pingbacks</a> on this page' ),
    766             __( 'https://codex.wordpress.org/Introduction_to_Blogging#Managing_Comments' )
     766            __( 'https://wordpress.org/support/article/introduction-to-blogging/#managing-comments' )
    767767        );
    768768        ?>
Note: See TracChangeset for help on using the changeset viewer.