Files
wordpress/wp-includes/interactivity-api
luisherranz da61e9d447 Interactivity API: fix data-wp-bind skipping valid directives after encountering an invalid one
Change `return` to `continue` in `data_wp_bind_processor` so that when an element has multiple `data-wp-bind` directives and one is invalid (empty suffix or unique ID), the invalid entry is skipped instead of causing the entire function to exit, allowing valid directives on the same element to still be processed.

Props DAreRodz, ozgursar, alexodiy.
Fixes #64518.
Built from https://develop.svn.wordpress.org/trunk@62070


git-svn-id: http://core.svn.wordpress.org/trunk@61352 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-03-19 21:17:58 +00:00
..