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-includes/ms-load.php

    r45590 r45674  
    493493    $msg .= sprintf(
    494494        __( 'Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ),
    495         __( 'https://codex.wordpress.org/Debugging_a_WordPress_Network' )
     495        __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' )
    496496    );
    497497    $msg .= ' ' . __( 'If you&#8217;re still stuck with this message, then check that your database contains the following tables:' ) . '</p><ul>';
Note: See TracChangeset for help on using the changeset viewer.