Editor: Fix wrong @since mention in remove_insecure_properties().

Follow-up to [56502].

See #59108.





git-svn-id: https://develop.svn.wordpress.org/trunk@56778 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras
2023-10-04 19:01:49 +00:00
parent ddbce71885
commit 058cd259bc

View File

@@ -2848,7 +2848,7 @@ class WP_Theme_JSON {
* Removes insecure data from theme.json.
*
* @since 5.9.0
* @since 6.3.1 Preserves global styles block variations when securing styles.
* @since 6.3.2 Preserves global styles block variations when securing styles.
*
* @param array $theme_json Structure to sanitize.
* @return array Sanitized structure.