From 0d8e11db06654a78ef9bdc99fa024ffe4002c7a1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 17 Nov 2019 11:11:04 +0000 Subject: [PATCH] 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 --- wp-config-sample.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-config-sample.php b/wp-config-sample.php index ed8f9fc0e5..1a4e59243b 100644 --- a/wp-config-sample.php +++ b/wp-config-sample.php @@ -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 ); diff --git a/wp-includes/version.php b/wp-includes/version.php index cfbf819368..3f6dddffa3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.