Changes between Initial Version and Version 1 of Ticket #7580, comment 13
- Timestamp:
- 05/26/2014 10:42:18 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7580, comment 13
initial v1 2 2 > I made a quick plugin to fix this minor problem with Picasa captions a few months ago. Looks like the fields are just being used wrongly by WP to me. 3 3 4 Picasa now takes the "caption" in Picasa and maps that to the `title` field in EXIF data. I don't believe anything maps to the EXIF caption field via Picasa now. 4 ~~Picasa now takes the "caption" in Picasa and maps that to the `title` field in EXIF data. I don't believe anything maps to the EXIF caption field via Picasa now.~~ 5 5 6 Maybe we can do something like a fallback here. Set the caption in WordPress to caption in EXIF data. If that's not set, try the title. 6 ~~Maybe we can do something like a fallback here. Set the caption in WordPress to caption in EXIF data. If that's not set, try the title. ~~ 7 8 Spoke too soon, this is due to the way we normalize EXIF data, see [https://core.trac.wordpress.org/ticket/22768#comment:8 my comment here].