Changeset 53302 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 04/28/2022 09:57:51 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r53177 r53302 152 152 * @since 5.8.0 153 153 * @since 5.9.0 Theme supports have been inlined and the `$theme_support_data` argument removed. 154 * @since 6.0.0 Add s a secondparameter to allow the theme data to be returned without theme supports.154 * @since 6.0.0 Added an `$options` parameter to allow the theme data to be returned without theme supports. 155 155 * 156 156 * @param array $deprecated Deprecated. Not used. 157 * @param array $options Contains a key called with_supports to determine whether to include theme supports in the data. 157 * @param array $options { 158 * Options arguments. 159 * 160 * @type bool $with_supports Whether to include theme supports in the data. Default true. 161 * } 158 162 * @return WP_Theme_JSON Entity that holds theme data. 159 163 */
Note: See TracChangeset
for help on using the changeset viewer.