Docs: Replace Codex URLs with corresponding HelpHub articles in `wp-config-sample.php`.

Props sebastienserre.
Fixes #48680.
Built from https://develop.svn.wordpress.org/trunk@46740


git-svn-id: http://core.svn.wordpress.org/trunk@46540 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-11-17 11:11:04 +00:00
parent 418db0297e
commit 0d8e11db06
2 changed files with 4 additions and 4 deletions

View File

@ -13,7 +13,7 @@
* * Database table prefix
* * ABSPATH
*
* @link https://codex.wordpress.org/Editing_wp-config.php
* @link https://wordpress.org/support/article/editing-wp-config-php/
*
* @package WordPress
*/
@ -73,9 +73,9 @@ $table_prefix = 'wp_';
* in their development environments.
*
* For information on other constants that can be used for debugging,
* visit the Codex.
* visit the documentation.
*
* @link https://codex.wordpress.org/Debugging_in_WordPress
* @link https://wordpress.org/support/article/debugging-in-wordpress/
*/
define( 'WP_DEBUG', false );

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.4-alpha-46739';
$wp_version = '5.4-alpha-46740';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.