diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 857d16fd60..3b61fcd5ff 100644 --- a/src/wp-includes/functions.php +++ b/src/wp-includes/functions.php @@ -6838,6 +6838,7 @@ function wp_privacy_anonymize_data( $type, $data = '' ) { break; default: $anonymous = ''; + break; } /**