Changeset 56786 for branches/6.3/src/wp-includes/blocks/blocks-json.php
- Timestamp:
- 10/05/2023 03:02:39 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.3/src/wp-includes/blocks/blocks-json.php
r56255 r56786 2222 2222 ), 2223 2223 'width' => array( 2224 'type' => ' number'2224 'type' => 'string' 2225 2225 ), 2226 2226 'height' => array( 2227 'type' => ' number'2227 'type' => 'string' 2228 2228 ), 2229 2229 'aspectRatio' => array(
Note: See TracChangeset
for help on using the changeset viewer.