Changes from trunk/wp-includes/compat.php at r11921 to branches/2.9/wp-includes/compat.php at r12492
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.9/wp-includes/compat.php
r11921 r12492 134 134 } 135 135 136 return $wp_json->encode ( $string );136 return $wp_json->encodeUnsafe( $string ); 137 137 } 138 138 }
Note: See TracChangeset
for help on using the changeset viewer.