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.