Changeset 49927 for trunk/src/wp-admin/includes/image.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/image.php
r49926 r49927 681 681 * 682 682 * @param string $file 683 * @return bool|array False on failure. Image metadata array on success.683 * @return false|array False on failure. Image metadata array on success. 684 684 */ 685 685 function wp_read_image_metadata( $file ) { … … 1028 1028 * @since 2.9.0 1029 1029 * 1030 * @param string| bool$filepath File path or URL to current image, or false.1030 * @param string|false $filepath File path or URL to current image, or false. 1031 1031 * @param int $attachment_id Attachment ID. 1032 1032 * @param string|int[] $size Requested image size. Can be any registered image size name, or
Note: See TracChangeset
for help on using the changeset viewer.