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/setup-config.php

    r45583 r45674  
    190190        printf(
    191191            __( 'Need more help? <a href="%s">We got it</a>.' ),
    192             __( 'https://codex.wordpress.org/Editing_wp-config.php' )
     192            __( 'https://wordpress.org/support/article/editing-wp-config-php/' )
    193193        );
    194194        ?>
Note: See TracChangeset for help on using the changeset viewer.