Make WordPress Core

Changeset 57798

Timestamp:
03/11/2024 10:03:19 AM (5 months ago)
Author:
SergeyBiryukov
Message:

Docs: Update the link to the “Editing wp-config.php” article in wp-load.php.

Follow-up to [57793].

Props fanly, shailu25.
See #60738, #60732.

File:
1 edited

Legend:

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

    r56241 r57798  
    9292        /* translators: 1: Documentation URL, 2: wp-config.php */
    9393        __( 'Need more help? <a href="%1$s">Read the support article on %2$s</a>.' ),
    94         __( 'https://wordpress.org/documentation/article/editing-wp-config-php/' ),
     94        __( 'https:///' ),
    9595        '<code>wp-config.php</code>'
    9696    ) . '</p>';
Note: See TracChangeset for help on using the changeset viewer.