Make WordPress Core

Ticket #47921: 47921.diff

File 47921.diff, 330 bytes (added by itowhid06, 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 = '' ) { 
    68386838                        break;
    68396839                default:
    68406840                        $anonymous = '';
     6841                        break;
    68416842        }
    68426843
    68436844        /**