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.