mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user