Changeset 51221 for trunk/src/wp-includes/class-wp-theme-json-resolver.php
- Timestamp:
- 06/23/2021 07:04:51 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json-resolver.php
r51149 r51221 266 266 * @since 5.8.0 267 267 * 268 * @param array $theme_support_data Theme support data in theme.json format. 268 * @param array $theme_support_data Theme support data in theme.json format. Default empty array. 269 269 * @return WP_Theme_JSON Entity that holds theme data. 270 270 */ … … 319 319 * Whether the current theme has a theme.json file. 320 320 * 321 * @return boolean 321 * @since 5.8.0 322 * 323 * @return bool 322 324 */ 323 325 public static function theme_has_support() {
Note: See TracChangeset
for help on using the changeset viewer.