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:
parent
f82f8a7a98
commit
4ae5fb0bae
|
@ -276,7 +276,7 @@ function wp_get_environment_type() {
|
||||||
* development mode. 'all' is a special value to signify that all three development modes
|
* development mode. 'all' is a special value to signify that all three development modes
|
||||||
* ('core', 'plugin', and 'theme') are enabled.
|
* ('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.
|
* It does not affect debugging output, but rather functional nuances in WordPress.
|
||||||
*
|
*
|
||||||
* This function retrieves the currently set development mode value. To check whether
|
* This function retrieves the currently set development mode value. To check whether
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue