Docs: Document aria-live and hidden in safecss_filter_attr().

In [56603], support was added for `aria-live` and `hidden` attributes in `safecss_filter_attr()`.

This adds a `@since` annotation to document this change.

Follow-up to [56603].

Props mukesh27.
See #57791.
Built from https://develop.svn.wordpress.org/trunk@56608


git-svn-id: http://core.svn.wordpress.org/trunk@56120 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
costdev
2023-09-18 10:57:16 +00:00
parent 918a9a69b1
commit cc1bb87546
2 changed files with 2 additions and 1 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.4-alpha-56607';
$wp_version = '6.4-alpha-56608';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.