diff --git a/wp-includes/functions.php b/wp-includes/functions.php index 857d16fd60..3b61fcd5ff 100644 --- a/wp-includes/functions.php +++ b/wp-includes/functions.php @@ -6838,6 +6838,7 @@ function wp_privacy_anonymize_data( $type, $data = '' ) { break; default: $anonymous = ''; + break; } /** diff --git a/wp-includes/version.php b/wp-includes/version.php index b514151b5c..23510c0a3c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45876'; +$wp_version = '5.3-alpha-45877'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.