Make WordPress Core


Ignore:
Timestamp:
07/25/2019 10:44:48 PM (4 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/options-permalink.php

    r45669 r45674  
    4949get_current_screen()->set_help_sidebar(
    5050    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    51     '<p>' . __( '<a href="https://codex.wordpress.org/Settings_Permalinks_Screen">Documentation on Permalinks Settings</a>' ) . '</p>' .
    52     '<p>' . __( '<a href="https://codex.wordpress.org/Using_Permalinks">Documentation on Using Permalinks</a>' ) . '</p>' .
     51    '<p>' . __( '<a href="https://wordpress.org/support/article/settings-permalinks-screen/">Documentation on Permalinks Settings</a>' ) . '</p>' .
     52    '<p>' . __( '<a href="https://wordpress.org/support/article/using-permalinks/">Documentation on Using Permalinks</a>' ) . '</p>' .
    5353    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5454);
     
    176176            /* translators: %s: Codex URL */
    177177            __( 'WordPress offers you the ability to create a custom URL structure for your permalinks and archives. Custom URL structures can improve the aesthetics, usability, and forward-compatibility of your links. A <a href="%s">number of tags are available</a>, and here are some examples to get you started.' ),
    178             __( 'https://codex.wordpress.org/Using_Permalinks' )
     178            __( 'https://wordpress.org/support/article/using-permalinks/' )
    179179        );
    180180        ?>
     
    377377    <?php endif; ?>
    378378<?php elseif ( $is_nginx ) : ?>
    379     <p><?php _e( '<a href="https://codex.wordpress.org/Nginx">Documentation on Nginx configuration</a>.' ); ?></p>
     379    <p><?php _e( '<a href="https://wordpress.org/support/article/nginx/">Documentation on Nginx configuration</a>.' ); ?></p>
    380380    <?php
    381381else :
Note: See TracChangeset for help on using the changeset viewer.