Changeset 31099 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 01/08/2015 09:11:46 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r30458 r31099 321 321 $meta['credit'] = trim( $iptc['2#080'][0] ); 322 322 323 if ( ! empty( $iptc['2#055'][0] ) and! empty( $iptc['2#060'][0] ) ) // created date and time323 if ( ! empty( $iptc['2#055'][0] ) && ! empty( $iptc['2#060'][0] ) ) // created date and time 324 324 $meta['created_timestamp'] = strtotime( $iptc['2#055'][0] . ' ' . $iptc['2#060'][0] ); 325 325
Note: See TracChangeset
for help on using the changeset viewer.