Make WordPress Core

Changes between Initial Version and Version 4 of Ticket #55247


Ignore:
Timestamp:
10/01/2024 12:12:18 PM (7 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #55247 – Description

    initial v4  
    11If I set an SVG image as my logo in the customizer, my debug log gets filled with the following notices:
    22
    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 `
    44
    5 Looking at that file, that section refers to the following function:
     5Looking 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:
    66
    77{{{#!php