You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HTML API: Replace single PCRE call with new UTF-8 pipeline.
The only PCRE in the HTML API was used to validate a given attribute
name when setting an attribute.
This change relies on the new UTF-8 `wp_has_noncharacters()` method,
removing the reliance on the PCRE extension and unifying behaviors
across PHP runtime environments.
0 commit comments