Make WordPress Core

Ticket #41888: 41888.0.diff

File 41888.0.diff, 472 bytes (added by westonruter, 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 ) { 
    31573157                ),
    31583158                'csslint' => array(
    31593159                        'errors' => true, // Parsing errors.
    3160                         'box-model' => true,
    31613160                        'display-property-grouping' => true,
    31623161                        'duplicate-properties' => true,
    31633162                        'known-properties' => true,