Make WordPress Core

Ticket #53006: 53006.patch

File 53006.patch, 550 bytes (added by mukesh27, 4 years ago)

Initial patch

  • wp-includes/script-loader.php

     
    23082308                                $block_name,
    23092309                                wp_json_encode(
    23102310                                        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'],
    23132314                                        )
    23142315                                )
    23152316                        );