Files
wordpress/wp-includes/css/dist
dmsnell 653082d744 Block Processor: Fix is_block_type() for inner HTML
Previously, the WP_Block_Processor class was making a mistake in
mis-reporting whether a token matches a block type when #innerHTML spans
are involved.

This patch fixes the logic, which was originally written before a
distinction between inner HTML and top-level freeform content was built.

Developed in https://github.com/WordPress/wordpress-develop/pull/10701
Discussed in https://core.trac.wordpress.org/ticket/64485

Fixes #64485.

Built from https://develop.svn.wordpress.org/trunk@61452


git-svn-id: http://core.svn.wordpress.org/trunk@60764 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2026-01-08 23:45:59 +00:00
..