Changes from trunk/src/wp-admin/includes/image.php at r29291 to branches/4.0/src/wp-admin/includes/image.php at r30462
- File:
-
- 1 edited
-
branches/4.0/src/wp-admin/includes/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.0/src/wp-admin/includes/image.php
r29291 r30462 402 402 } 403 403 404 foreach ( $meta as &$value ) { 405 if ( is_string( $value ) ) { 406 $value = wp_kses_post( $value ); 407 } 408 } 409 404 410 /** 405 411 * Filter the array of meta data read from an image's exif data.
Note: See TracChangeset
for help on using the changeset viewer.