From 058cd259bcfba8edc8944827bcb228811c7e1ba3 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Wed, 4 Oct 2023 19:01:49 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-wp-theme-json.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-wp-theme-json.php b/src/wp-includes/class-wp-theme-json.php index 97a6a8ed37..4955fcc264 100644 --- a/src/wp-includes/class-wp-theme-json.php +++ b/src/wp-includes/class-wp-theme-json.php @@ -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.