From 4ae5fb0bae28449b4bd72c03a2d16d4fc7914002 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Jul 2023 14:15:23 +0000 Subject: [PATCH] Docs: Use consistent wording for development mode. Follow-up to [56042], [56223], [56231]. See #57487, #57840. Built from https://develop.svn.wordpress.org/trunk@56232 git-svn-id: http://core.svn.wordpress.org/trunk@55744 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/load.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/load.php b/wp-includes/load.php index a0b8e6da8a..e750d14210 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -276,7 +276,7 @@ function wp_get_environment_type() { * development mode. 'all' is a special value to signify that all three development modes * ('core', 'plugin', and 'theme') are enabled. * - * Developer mode is considered separately from `WP_DEBUG` and wp_get_environment_type(). + * Development mode is considered separately from `WP_DEBUG` and wp_get_environment_type(). * It does not affect debugging output, but rather functional nuances in WordPress. * * This function retrieves the currently set development mode value. To check whether diff --git a/wp-includes/version.php b/wp-includes/version.php index 3988c88710..50761f1b7d 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.3-beta4-56231'; +$wp_version = '6.3-beta4-56232'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.