diff --git a/wp-admin/options.php b/wp-admin/options.php index 7bf45b5e81..b896f73470 100644 --- a/wp-admin/options.php +++ b/wp-admin/options.php @@ -211,7 +211,7 @@ $allowed_options = apply_filters_deprecated( 'whitelist_options', array( $allowed_options ), '5.5.0', - 'apply_filters_deprecated', + 'allowed_options', __( 'Please consider writing more inclusive code.' ) ); diff --git a/wp-includes/version.php b/wp-includes/version.php index 5b542b9564..109bae574f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-beta3-50372'; +$wp_version = '5.7-beta3-50373'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.