Changeset 19593 for trunk/wp-admin/includes/image.php
- Timestamp:
- 12/13/2011 11:45:31 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/image.php
r18632 r19593 206 206 // exif contains a bunch of data we'll probably never need formatted in ways 207 207 // that are difficult to use. We'll normalize it and just extract the fields 208 // that are likely to be useful. 208 // that are likely to be useful. Fractions and numbers are converted to 209 209 // floats, dates to unix timestamps, and everything else to strings. 210 210 $meta = array(
Note: See TracChangeset
for help on using the changeset viewer.