Changeset 51793
- Timestamp:
- 09/09/2021 10:55:36 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r51740 r51793 7619 7619 */ 7620 7620 function wp_privacy_anonymize_ip( $ip_addr, $ipv6_fallback = false ) { 7621 if ( empty( $ip_addr ) ) { 7622 return '0.0.0.0'; 7623 } 7624 7621 7625 // Detect what kind of IP address this is. 7622 7626 $ip_prefix = '';
Note: See TracChangeset
for help on using the changeset viewer.