[wp-trac] [WordPress Trac] #31043: wp_read_image_metadata is looking for invalid EXIF data

WordPress Trac noreply at wordpress.org
Sun Jan 18 03:08:56 UTC 2015


#31043: wp_read_image_metadata is looking for invalid EXIF data
-------------------------+-----------------------------
 Reporter:  theMikeD     |      Owner:
     Type:  enhancement  |     Status:  new
 Priority:  normal       |  Milestone:  Awaiting Review
Component:  Media        |    Version:  4.1
 Severity:  normal       |   Keywords:
  Focuses:  docs         |
-------------------------+-----------------------------
 `wp_read_image_metadata()` is used to determine which info found in the
 the IPTC and EXIF header for an image gets inserted into the database.
 Unfortunately one of the tests it's doing is looking for an EXIF entry
 that doesn't exist.

 From everything I can determine there is no such tag as EXIF:Title, which
 is being looked for on line 341 of `wp-admin/includes/image.php`

 This test should be removed.

 [reference][http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/index.html]

--
Ticket URL: <https://core.trac.wordpress.org/ticket/31043>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list