Changeset 37431 for trunk/src/wp-includes/formatting.php
- Timestamp:
- 05/13/2016 06:40:19 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/formatting.php
r37283 r37431 935 935 $string = @htmlspecialchars( $string, $quote_style, $charset, $double_encode ); 936 936 937 // Back wards compatibility937 // Back-compat. 938 938 if ( 'single' === $_quote_style ) 939 939 $string = str_replace( "'", ''', $string );
Note: See TracChangeset
for help on using the changeset viewer.