Changeset 32851 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 06/19/2015 01:52:48 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r32850 r32851 687 687 } elseif ( $quote_style === 'single' ) { 688 688 $quote_style = ENT_NOQUOTES; 689 } 690 691 if ( ! $double_encode ) { 692 // Guarantee every &entity; is valid, convert &garbage; into &garbage; 693 // This is required for PHP < 5.4.0 because ENT_HTML401 flag is unavailable. 694 $string = wp_kses_normalize_entities( $string ); 689 695 } 690 696
Note: See TracChangeset
for help on using the changeset viewer.