diff --git a/wp-admin/includes/deprecated.php b/wp-admin/includes/deprecated.php index 75c0ed3d87..27ce1d4e4f 100644 --- a/wp-admin/includes/deprecated.php +++ b/wp-admin/includes/deprecated.php @@ -165,7 +165,7 @@ function wp_dropdown_cats( $currentcat = 0, $currentparent = 0, $parent = 0, $le * * @param string $option_group A settings group name. Should correspond to an allowed option key name. * Default allowed option key names include 'general', 'discussion', 'media', - * 'reading', 'writing', 'misc', 'options', and 'privacy'. + * 'reading', 'writing', and 'options'. * @param string $option_name The name of an option to sanitize and save. * @param callable $sanitize_callback A callback function that sanitizes the option's value. */ diff --git a/wp-includes/option.php b/wp-includes/option.php index dc2195949f..1aec64c253 100644 --- a/wp-includes/option.php +++ b/wp-includes/option.php @@ -2259,7 +2259,7 @@ function register_initial_settings() { * * @param string $option_group A settings group name. Should correspond to an allowed option key name. * Default allowed option key names include 'general', 'discussion', 'media', - * 'reading', 'writing', 'misc', 'options', and 'privacy'. + * 'reading', 'writing', and 'options'. * @param string $option_name The name of an option to sanitize and save. * @param array $args { * Data used to describe the setting when registered. diff --git a/wp-includes/version.php b/wp-includes/version.php index 48ca4219a4..c7638eb8d2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '5.9-alpha-51826'; +$wp_version = '5.9-alpha-51827'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.