Ticket #12284: 12284.2.patch
File 12284.2.patch, 424 bytes (added by , 15 years ago) |
---|
-
formatting.php
324 324 325 325 $_quote_style = $quote_style; 326 326 327 if ( $quote_style === 'double' ) {327 if ( $quote_style === 'double' || $quote_style === true ) { 328 328 $quote_style = ENT_COMPAT; 329 329 $_quote_style = ENT_COMPAT; 330 330 } elseif ( $quote_style === 'single' ) {