Changeset 60630 for trunk/src/wp-admin/includes/export.php
- Timestamp:
- 08/12/2025 06:13:48 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/export.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/export.php
r58009 r60630 244 244 */ 245 245 function wxr_cdata( $str ) { 246 if ( ! seems_utf8( $str ) ) {246 if ( ! wp_is_valid_utf8( $str ) ) { 247 247 $str = utf8_encode( $str ); 248 248 }
Note: See TracChangeset
for help on using the changeset viewer.