Changeset 51364
- Timestamp:
- 07/07/2021 12:06:08 AM (3 years ago)
- Location:
- branches/5.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.8
-
branches/5.8/src/wp-includes/class-wp-theme-json.php
r51318 r51364 1207 1207 } 1208 1208 1209 /*1210 * This allows to make the plugin work with WordPress 5.8 beta1211 * as well as lower versions. The second check can be removed1212 * as soon as the minimum WordPress version for the plugin1213 * is bumped to 5.8.1214 */1215 1209 if ( isset( $settings['enableCustomSpacing'] ) ) { 1216 1210 if ( ! isset( $theme_settings['settings']['spacing'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.