Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #5089, comment 12


Ignore:
Timestamp:
07/15/2014 10:37:40 PM (11 years ago)
Author:
shanebp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5089, comment 12

    initial v1  
    1 r-a-y  - afaik, wp_read_image_metadata doesn't include an orientation attribute; too bad and I wonder why.
    2 
    3 Even if it did, it'd just be more convenient; it uses exif_read_data to populate its array.
    4 [https://core.trac.wordpress.org/browser/tags/3.9.1/src/wp-admin/includes/image.php#L322]
    5 
    6 also - maybe ''is_callable( 'exif_read_data' ))'' is a better way to check for exif support?
     1Maybe ''is_callable( 'exif_read_data' ))'' is a better way to check for exif support?
    72As opposed to ''wp_image_editor_supports()''
    83