Make WordPress Core

Changeset 43081


Ignore:
Timestamp:
05/02/2018 12:40:50 AM (7 years ago)
Author:
SergeyBiryukov
Message:

Docs: Update @since version numbers for wp_privacy_anonymize_ip() and wp_privacy_anonymize_data().

Props joemcgill.
See #43545.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/functions.php

    r43059 r43081  
    61346134 * Return an anonymized IPv4 or IPv6 address.
    61356135 *
    6136  * @since 5.0.0 Abstracted from `WP_Community_Events::get_unsafe_client_ip()`.
     6136 * @since 4.9.6 Abstracted from `WP_Community_Events::get_unsafe_client_ip()`.
    61376137 *
    61386138 * @param  string $ip_addr        The IPv4 or IPv6 address to be anonymized.
     
    62046204 * Return uniform "anonymous" data by type.
    62056205 *
    6206  * @since 5.0.0
     6206 * @since 4.9.6
    62076207 *
    62086208 * @param  string $type The type of data to be anonymized.
     
    62406240     * Filters the anonymous data for each type.
    62416241     *
    6242      * @since 5.0.0
     6242     * @since 4.9.6
    62436243     *
    62446244     * @param string $anonymous Anonymized data.
     
    62536253 *
    62546254 * @since 4.9.6
    6255  * @access private 
     6255 * @access private
    62566256 */
    62576257function _wp_privacy_active_plugins_change() {
Note: See TracChangeset for help on using the changeset viewer.