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