Changeset 60475
- Timestamp:
- 07/16/2025 12:55:59 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/image.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r59897 r60475 968 968 969 969 // If both user comments and description are present. 970 if ( empty( $meta['caption'] ) && $exif_ description && $exif_usercomment ) {970 if ( empty( $meta['caption'] ) && $exif_usercomment ) { 971 971 if ( ! empty( $meta['title'] ) && $exif_description === $meta['title'] ) { 972 972 $caption = $exif_usercomment;
Note: See TracChangeset
for help on using the changeset viewer.