Skip to content

Commit

Permalink
Docs: Add a @since note for the changes to safecss_filter_attr()
Browse files Browse the repository at this point in the history
…in WP 6.6.

Follow-up to [58170].

See #61111.

git-svn-id: https://develop.svn.wordpress.org/trunk@58196 602fd350-edb4-49c9-b593-d223f7449a82
  • Loading branch information
SergeyBiryukov committed May 24, 2024
1 parent 6bb6a45 commit 581f8d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/kses.php
Original file line number Diff line number Diff line change
Expand Up @@ -2304,6 +2304,7 @@ function kses_init() {
* Added support for `box-shadow`.
* @since 6.4.0 Added support for `writing-mode`.
* @since 6.5.0 Added support for `background-repeat`.
* @since 6.6.0 Added support for `grid-column`, `grid-row`, and `container-type`.
*
* @param string $css A string of CSS rules.
* @param string $deprecated Not used.
Expand Down

0 comments on commit 581f8d5

Please sign in to comment.