[wp-trac] [WordPress Trac] #42988: HTML Code Checking Feature (V4.9) Has Bugs

WordPress Trac noreply at wordpress.org
Mon Jan 8 18:36:09 UTC 2018


#42988: HTML Code Checking Feature (V4.9) Has Bugs
-------------------------------+------------------------
 Reporter:  akaim              |       Owner:
     Type:  defect (bug)       |      Status:  closed
 Priority:  normal             |   Milestone:
Component:  Widgets            |     Version:  4.9
 Severity:  major              |  Resolution:  duplicate
 Keywords:  reporter-feedback  |     Focuses:
-------------------------------+------------------------
Changes (by westonruter):

 * status:  new => closed
 * version:  4.9.1 => 4.9
 * resolution:   => duplicate
 * milestone:  Awaiting Review =>


Comment:

 @akaim removal of the HTMLHing double quotes rule is being worked on in
 #42802.

 You can add a plugin to remove the rule via:

 {{{#!php
 <?php
 add_filter( 'wp_code_editor_settings', function( $settings ) {
     $settings['htmlhint']['attr-value-double-quotes'] = false;
     return $settings;
 } );
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/42988#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list