From 93bf3a1ece65304643c91021065f598da0189eeb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 14 Jul 2023 14:13:52 +0000 Subject: [PATCH] Docs: Use consistent wording for development mode. Follow-up to [56042], [56223], [56231]. See #57487, #57840. git-svn-id: https://develop.svn.wordpress.org/trunk@56232 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/load.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/load.php b/src/wp-includes/load.php index a0b8e6da8a..e750d14210 100644 --- a/src/wp-includes/load.php +++ b/src/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