Make WordPress Core

Ticket #60738: 60738.patch

File 60738.patch, 1020 bytes (added by shailu25, 9 months ago)

Patch Added

  • src/wp-load.php

    diff --git a/src/wp-load.php b/src/wp-load.php
    index d3787d108e..40c141f740 100644
    a b if ( file_exists( ABSPATH . 'wp-config.php' ) ) { 
    9191        $die .= '<p>' . sprintf(
    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://developer.wordpress.org/advanced-administration/wordpress/wp-config/' ),
    9595                '<code>wp-config.php</code>'
    9696        ) . '</p>';
    9797        $die .= '<p>' . sprintf(
  • wp-config-sample.php

    diff --git a/wp-config-sample.php b/wp-config-sample.php
    index 6c4ea5f376..3b65ccae8e 100644
    a b  
    1313 * * Database table prefix
    1414 * * ABSPATH
    1515 *
    16  * @link https://wordpress.org/documentation/article/editing-wp-config-php/
     16 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
    1717 *
    1818 * @package WordPress
    1919 */