diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index e201d90da6..ec791a3782 100644 --- a/wp-admin/includes/plugin.php +++ b/wp-admin/includes/plugin.php @@ -2190,7 +2190,7 @@ function option_update_filter( $options ) { /** * Adds an array of options to the list of allowed options. * - * @since 2.7.0 + * @since 5.5.0 * * @global array $allowed_options * diff --git a/wp-includes/version.php b/wp-includes/version.php index 525e887c6b..2dfefb4400 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49095'; +$wp_version = '5.6-alpha-49096'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.