diff --git a/wp-includes/option.php b/wp-includes/option.php index 1aec64c253..6cc4e00b1a 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -2250,6 +2250,8 @@ function register_initial_settings() { * Registers a setting and its data. * * @since 2.7.0 + * @since 3.0.0 The `misc` option group was deprecated. + * @since 3.5.0 The `privacy` option group was deprecated. * @since 4.7.0 `$args` can be passed to set flags on the setting, similar to `register_meta()`. * @since 5.5.0 `$new_whitelist_options` was renamed to `$new_allowed_options`. * Please consider writing more inclusive code. diff --git a/wp-includes/version.php b/wp-includes/version.php index 1a80340079..7675b6a2f2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51831'; +$wp_version = '5.9-alpha-51832'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.