Make WordPress Core

Changeset 44017


Ignore:
Timestamp:
12/12/2018 11:59:25 PM (6 years ago)
Author:
iandunn
Message:

KSES: Correct @since tags for wp_kses_uri_attributes.

r44014 introduced the wp_kses_uri_attributes function and filter, but incorrectly used 4.9.9 instead of 5.0.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.0/src/wp-includes/kses.php

    r44014 r44017  
    747747 * @link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
    748748 *
    749  * @since 4.9.9
     749 * @since 5.0.1
    750750 *
    751751 * @return array HTML attributes that must include a URL.
     
    778778     * validated as a URL.
    779779     *
    780      * @since 4.9.9
     780     * @since 5.0.1
    781781     *
    782782     * @param array $uri_attributes HTML attributes requiring validation as a URL.
Note: See TracChangeset for help on using the changeset viewer.