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

Follow-up to [56502].

See #59108.




Built from https://develop.svn.wordpress.org/trunk@56778


git-svn-id: http://core.svn.wordpress.org/trunk@56290 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2023-10-04 19:03:26 +00:00
parent ceffccb71f
commit b5bddaa39d
2 changed files with 2 additions and 2 deletions

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.

View File

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