Changeset 45611 for trunk/src/wp-admin/custom-header.php
- Timestamp:
- 07/09/2019 05:44:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/custom-header.php
r45411 r45611 779 779 780 780 if ( file_exists( $file ) ) { 781 list( $width, $height, $type, $attr ) = getimagesize( $file );781 list( $width, $height, $type, $attr ) = @getimagesize( $file ); 782 782 } else { 783 783 $data = wp_get_attachment_metadata( $attachment_id );
Note: See TracChangeset
for help on using the changeset viewer.