Ticket #47921: 47921.diff
File 47921.diff, 330 bytes (added by , 5 years ago) |
---|
-
src/wp-includes/functions.php
diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php index 857d16fd60..3b61fcd5ff 100644
a b function wp_privacy_anonymize_data( $type, $data = '' ) { 6838 6838 break; 6839 6839 default: 6840 6840 $anonymous = ''; 6841 break; 6841 6842 } 6842 6843 6843 6844 /**