Changeset 51352
- Timestamp:
- 07/06/2021 06:13:38 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r51306 r51352 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.