[wp-trac] [WordPress Trac] #63899: Undefined array key 1 in /var/www/html/wp-includes/interactivity-api/class-wp-interactivity-api.php on line 1014 Deprecated: trim():
WordPress Trac
noreply at wordpress.org
Sat Aug 30 12:46:04 UTC 2025
#63899: Undefined array key 1 in /var/www/html/wp-includes/interactivity-api/class-
wp-interactivity-api.php on line 1014 Deprecated: trim():
--------------------------+------------------------------
Reporter: tkay01 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version: 6.8.2
Severity: normal | Resolution:
Keywords: | Focuses:
--------------------------+------------------------------
Comment (by tkay01):
I find the solution, I messed by with styling a img HTML element.
I forgot to add a key/property name to the translate3D method within
defining the style for the component.
{{{
<img
style="translate: none; rotate: none; scale: none; translate3d(0px,
0px, 0px);"
}}}
and adjusted the following:
{{{
<img
style="translate: none; rotate: none; scale: none; transform:
translate3d(0px, 0px, 0px);"
/>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/63899#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list