Changeset 51306
- Timestamp:
- 07/02/2021 01:01:59 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r51298 r51306 1220 1220 } 1221 1221 1222 // Things that didn't land in core yet, so didn't have a setting assigned.1223 if ( current( (array) get_theme_support( 'experimental-link-color' ) ) ) {1224 if ( ! isset( $theme_settings['settings']['color'] ) ) {1225 $theme_settings['settings']['color'] = array();1226 }1227 $theme_settings['settings']['color']['link'] = true;1228 }1229 1230 1222 return $theme_settings; 1231 1223 }
Note: See TracChangeset
for help on using the changeset viewer.