Make WordPress Core


Ignore:
Timestamp:
10/23/2017 07:54:33 PM (9 years ago)
Author:
westonruter
Message:

Code Editor: Keep linting and its error reporting configured when lint option is changed dynamically.

Also explicitly disable lint option for SCSS and LESS.

See #12423.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r41728 r41974  
    33123312                $settings['codemirror'] = array_merge( $settings['codemirror'], array(
    33133313                        'mode' => $type,
     3314                        'lint' => false,
    33143315                        'autoCloseBrackets' => true,
    33153316                        'matchBrackets' => true,
Note: See TracChangeset for help on using the changeset viewer.