Docs: Update since annotation for text-transform support in safecss_filter_attr().

Introduced in [42880].

Fixes #42729.
Built from https://develop.svn.wordpress.org/trunk@44531


git-svn-id: http://core.svn.wordpress.org/trunk@44362 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
desrosj 2019-01-10 01:43:49 +00:00
parent d83d8e1154
commit 72098048c6
2 changed files with 2 additions and 2 deletions

View File

@ -2060,8 +2060,8 @@ function safecss_filter_attr( $css, $deprecated = '' ) {
* @since 2.8.1
* @since 4.4.0 Added support for `min-height`, `max-height`, `min-width`, and `max-width`.
* @since 4.6.0 Added support for `list-style-type`.
* @since 5.0.0 Added support for `text-transform`.
* @since 5.0.0 Added support for `background-image`.
* @since 5.1.0 Added support for `text-transform`.
*
* @param string[] $attr Array of allowed CSS attributes.
*/

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.1-alpha-44530';
$wp_version = '5.1-alpha-44531';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.