Changeset 43081
- Timestamp:
- 05/02/2018 12:40:50 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r43059 r43081 6134 6134 * Return an anonymized IPv4 or IPv6 address. 6135 6135 * 6136 * @since 5.0.0Abstracted from `WP_Community_Events::get_unsafe_client_ip()`.6136 * @since 4.9.6 Abstracted from `WP_Community_Events::get_unsafe_client_ip()`. 6137 6137 * 6138 6138 * @param string $ip_addr The IPv4 or IPv6 address to be anonymized. … … 6204 6204 * Return uniform "anonymous" data by type. 6205 6205 * 6206 * @since 5.0.06206 * @since 4.9.6 6207 6207 * 6208 6208 * @param string $type The type of data to be anonymized. … … 6240 6240 * Filters the anonymous data for each type. 6241 6241 * 6242 * @since 5.0.06242 * @since 4.9.6 6243 6243 * 6244 6244 * @param string $anonymous Anonymized data. … … 6253 6253 * 6254 6254 * @since 4.9.6 6255 * @access private 6255 * @access private 6256 6256 */ 6257 6257 function _wp_privacy_active_plugins_change() {
Note: See TracChangeset
for help on using the changeset viewer.