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/options-general.php

    r45583 r45674  
    4646get_current_screen()->set_help_sidebar(
    4747    '<p><strong>' . __( 'For more information:' ) . '</strong></p>' .
    48     '<p>' . __( '<a href="https://codex.wordpress.org/Settings_General_Screen">Documentation on General Settings</a>' ) . '</p>' .
     48    '<p>' . __( '<a href="https://wordpress.org/support/article/settings-general-screen/">Documentation on General Settings</a>' ) . '</p>' .
    4949    '<p>' . __( '<a href="https://wordpress.org/support/">Support</a>' ) . '</p>'
    5050);
     
    9898            /* translators: %s: Codex URL */
    9999            __( 'Enter the address here if you <a href="%s">want your site home page to be different from your WordPress installation directory</a>.' ),
    100             __( 'https://codex.wordpress.org/Giving_WordPress_Its_Own_Directory' )
     100            __( 'https://wordpress.org/support/article/giving-wordpress-its-own-directory/' )
    101101        );
    102102        ?>
     
    377377        "<span class='spinner'></span>\n" . '</p>';
    378378
    379     echo "\t<p class='date-time-doc'>" . __( '<a href="https://codex.wordpress.org/Formatting_Date_and_Time">Documentation on date and time formatting</a>.' ) . "</p>\n";
     379    echo "\t<p class='date-time-doc'>" . __( '<a href="https://wordpress.org/support/article/formatting-date-and-time/">Documentation on date and time formatting</a>.' ) . "</p>\n";
    380380?>
    381381    </fieldset>
Note: See TracChangeset for help on using the changeset viewer.