Ticket #41888: 41888.0.diff
File 41888.0.diff, 472 bytes (added by , 8 years ago) |
---|
-
src/wp-includes/general-template.php
diff --git src/wp-includes/general-template.php src/wp-includes/general-template.php index 9f6c47a268..cf4abd738c 100644
function wp_enqueue_code_editor( $args ) { 3157 3157 ), 3158 3158 'csslint' => array( 3159 3159 'errors' => true, // Parsing errors. 3160 'box-model' => true,3161 3160 'display-property-grouping' => true, 3162 3161 'duplicate-properties' => true, 3163 3162 'known-properties' => true,