Docs: Replace Codex URLs with corresponding HelpHub articles in wp-config-sample.php
.
Props sebastienserre. Fixes #48680. git-svn-id: https://develop.svn.wordpress.org/trunk@46740 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
7bb2a562a6
commit
b99845db25
@ -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 );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user