Changeset 30464 for branches/3.8
- Timestamp:
- 11/20/2014 03:58:30 PM (10 years ago)
- Location:
- branches/3.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.8
-
branches/3.8/src/wp-admin/includes/image.php
r25968 r30464 317 317 } 318 318 319 foreach ( $meta as &$value ) { 320 if ( is_string( $value ) ) { 321 $value = wp_kses_post( $value ); 322 } 323 } 324 319 325 return apply_filters( 'wp_read_image_metadata', $meta, $file, $sourceImageType ); 320 326
Note: See TracChangeset
for help on using the changeset viewer.