Changeset 56743 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 09/29/2023 12:19:29 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r56695 r56743 783 783 $iptc = iptcparse( $info['APP13'] ); 784 784 } else { 785 // phpcs:ignore WordPress.PHP.NoSilencedErrors --Silencing notice and warning is intentional. See https://core.trac.wordpress.org/ticket/42480785 // Silencing notice and warning is intentional. See https://core.trac.wordpress.org/ticket/42480 786 786 $iptc = @iptcparse( $info['APP13'] ); 787 787 } … … 856 856 $exif = exif_read_data( $file ); 857 857 } else { 858 // phpcs:ignore WordPress.PHP.NoSilencedErrors --Silencing notice and warning is intentional. See https://core.trac.wordpress.org/ticket/42480858 // Silencing notice and warning is intentional. See https://core.trac.wordpress.org/ticket/42480 859 859 $exif = @exif_read_data( $file ); 860 860 }
Note: See TracChangeset
for help on using the changeset viewer.