Make WordPress Core


Ignore:
Timestamp:
06/05/2020 09:11:20 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Networks and Sites: Update the link text for "Debugging a WordPress Network" support article in ms_not_installed().

Props Presskopp.
Fixes #50326.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/ms-load.php

    r47808 r47914  
    495495    $msg .= sprintf(
    496496        /* translators: %s: Documentation URL. */
    497         __( 'Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.' ),
     497        __( 'Read the <a href="%s" target="_blank">Debugging a WordPress Network</a> article. Some of the suggestions there may help you figure out what went wrong.' ),
    498498        __( 'https://wordpress.org/support/article/debugging-a-wordpress-network/' )
    499499    );
Note: See TracChangeset for help on using the changeset viewer.