Changeset 51538 for trunk/src/wp-includes/class-wp-theme-json.php
- Timestamp:
- 08/03/2021 06:13:46 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-theme-json.php
r51443 r51538 180 180 */ 181 181 const ALLOWED_SETTINGS = array( 182 'border' => array( 183 'customRadius' => null, 184 ), 182 185 'color' => array( 183 186 'custom' => null, … … 212 215 */ 213 216 const ALLOWED_STYLES = array( 217 'border' => array( 218 'radius' => null, 219 ), 214 220 'color' => array( 215 221 'background' => null,
Note: See TracChangeset
for help on using the changeset viewer.