Changeset 50814 for trunk/src/wp-includes/functions.php
- Timestamp:
- 05/05/2021 05:06:17 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r50810 r50814 3080 3080 } 3081 3081 3082 // Add WebP fallback detection when image library doesn't support WebP. 3083 // Note: detection values come from LibWebP, see 3084 // https://github.com/webmproject/libwebp/blob/master/imageio/image_dec.c#L30 3082 /* 3083 * Add WebP fallback detection when image library doesn't support WebP. 3084 * Note: detection values come from LibWebP, see 3085 * https://github.com/webmproject/libwebp/blob/master/imageio/image_dec.c#L30 3086 */ 3085 3087 $magic = bin2hex( $magic ); 3086 3088 if (
Note: See TracChangeset
for help on using the changeset viewer.