Changeset 51166 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 06/15/2021 07:09:31 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r51162 r51166 491 491 } 492 492 493 // wp_read_video_metadata() and wp_read_audio_metadata() return `false` if the attachment 494 // does not exist in the local filesystem, so make sure to convert the value to an array. 493 /* 494 * wp_read_video_metadata() and wp_read_audio_metadata() return `false` 495 * if the attachment does not exist in the local filesystem, 496 * so make sure to convert the value to an array. 497 */ 495 498 if ( ! is_array( $metadata ) ) { 496 499 $metadata = array();
Note: See TracChangeset
for help on using the changeset viewer.