Make WordPress Core


Ignore:
Timestamp:
01/24/2023 03:39:31 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing @since tag for WP_Theme_JSON_Resolver::remove_json_comments().

Follow-up to [54162].

See #56792.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme-json-resolver.php

    r55127 r55128  
    373373        /**
    374374         * When given an array, this will remove any keys with the name `//`.
     375         *
     376         * @since 6.1.0
    375377         *
    376378         * @param array $input_array The array to filter.
Note: See TracChangeset for help on using the changeset viewer.