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
This commit is contained in:
Sergey Biryukov 2023-07-14 14:15:23 +00:00
parent f82f8a7a98
commit 4ae5fb0bae
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.