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:
parent
418db0297e
commit
0d8e11db06
|
@ -13,7 +13,7 @@
|
||||||
* * Database table prefix
|
* * Database table prefix
|
||||||
* * ABSPATH
|
* * ABSPATH
|
||||||
*
|
*
|
||||||
* @link https://codex.wordpress.org/Editing_wp-config.php
|
* @link https://wordpress.org/support/article/editing-wp-config-php/
|
||||||
*
|
*
|
||||||
* @package WordPress
|
* @package WordPress
|
||||||
*/
|
*/
|
||||||
|
@ -73,9 +73,9 @@ $table_prefix = 'wp_';
|
||||||
* in their development environments.
|
* in their development environments.
|
||||||
*
|
*
|
||||||
* For information on other constants that can be used for debugging,
|
* 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 );
|
define( 'WP_DEBUG', false );
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue