Changes between Initial Version and Version 4 of Ticket #55247
- Timestamp:
- 10/01/2024 12:12:18 PM (7 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #55247 – Description
initial v4 1 1 If I set an SVG image as my logo in the customizer, my debug log gets filled with the following notices: 2 2 3 ` `` PHP Notice: Trying to access array offset on value of type bool in /{redacted}/wp-includes/media.php on line 1182 ```3 ` PHP Notice: Trying to access array offset on value of type bool in /{redacted}/wp-includes/media.php on line 1182 ` 4 4 5 Looking at that file, that sectionrefers to the following function:5 Looking at that file, [https://core.trac.wordpress.org/browser/tags/5.9/src/wp-includes/media.php#L1178 that section] refers to the following function: 6 6 7 7 {{{#!php