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`.

Built from https://develop.svn.wordpress.org/branches/5.0@44017


git-svn-id: http://core.svn.wordpress.org/branches/5.0@43847 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
iandunn 2018-12-13 00:00:46 +00:00
parent fb3c6ea061
commit 6ae36b3cfd
2 changed files with 3 additions and 3 deletions

View File

@ -746,7 +746,7 @@ function wp_kses_split( $string, $allowed_html, $allowed_protocols ) {
*
* @link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes
*
* @since 4.9.9
* @since 5.0.1
*
* @return array HTML attributes that must include a URL.
*/
@ -777,7 +777,7 @@ function wp_kses_uri_attributes() {
* Use this filter to add any `data-` attributes that are required to be
* validated as a URL.
*
* @since 4.9.9
* @since 5.0.1
*
* @param array $uri_attributes HTML attributes requiring validation as a URL.
*/

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.0.1-alpha-44014';
$wp_version = '5.0.1-alpha-44017';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.