Ticket #53006: 53006.patch
File 53006.patch, 550 bytes (added by , 4 years ago) |
---|
-
wp-includes/script-loader.php
2308 2308 $block_name, 2309 2309 wp_json_encode( 2310 2310 array( 2311 'name' => $style_properties['name'], 2312 'label' => $style_properties['label'], 2311 'name' => $style_properties['name'], 2312 'label' => $style_properties['label'], 2313 'isDefault' => $style_properties['isDefault'], 2313 2314 ) 2314 2315 ) 2315 2316 );