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
130 lines
3.5 KiB
PHP
130 lines
3.5 KiB
PHP
<?php
|
|
/**
|
|
* Script module registry - Auto-generated by build process.
|
|
* Do not edit this file manually.
|
|
*
|
|
* @package wp
|
|
*/
|
|
|
|
return array(
|
|
array(
|
|
'id' => '@wordpress/interactivity',
|
|
'path' => 'interactivity/index',
|
|
'asset' => 'interactivity/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/interactivity-router',
|
|
'path' => 'interactivity-router/index',
|
|
'asset' => 'interactivity-router/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/interactivity-router/full-page',
|
|
'path' => 'interactivity-router/full-page',
|
|
'asset' => 'interactivity-router/full-page.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/latex-to-mathml',
|
|
'path' => 'latex-to-mathml/index',
|
|
'asset' => 'latex-to-mathml/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/latex-to-mathml/loader',
|
|
'path' => 'latex-to-mathml/loader',
|
|
'asset' => 'latex-to-mathml/loader.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/a11y',
|
|
'path' => 'a11y/index',
|
|
'asset' => 'a11y/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/abilities',
|
|
'path' => 'abilities/index',
|
|
'asset' => 'abilities/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/core-abilities',
|
|
'path' => 'core-abilities/index',
|
|
'asset' => 'core-abilities/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/route',
|
|
'path' => 'route/index',
|
|
'asset' => 'route/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/edit-site-init',
|
|
'path' => 'edit-site-init/index',
|
|
'asset' => 'edit-site-init/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/lazy-editor',
|
|
'path' => 'lazy-editor/index',
|
|
'asset' => 'lazy-editor/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/workflow',
|
|
'path' => 'workflow/index',
|
|
'asset' => 'workflow/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/boot',
|
|
'path' => 'boot/index',
|
|
'asset' => 'boot/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/accordion/view',
|
|
'path' => 'block-library/accordion/view',
|
|
'asset' => 'block-library/accordion/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/file/view',
|
|
'path' => 'block-library/file/view',
|
|
'asset' => 'block-library/file/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/form/view',
|
|
'path' => 'block-library/form/view',
|
|
'asset' => 'block-library/form/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/image/view',
|
|
'path' => 'block-library/image/view',
|
|
'asset' => 'block-library/image/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/navigation/view',
|
|
'path' => 'block-library/navigation/view',
|
|
'asset' => 'block-library/navigation/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/query/view',
|
|
'path' => 'block-library/query/view',
|
|
'asset' => 'block-library/query/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/search/view',
|
|
'path' => 'block-library/search/view',
|
|
'asset' => 'block-library/search/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-library/tabs/view',
|
|
'path' => 'block-library/tabs/view',
|
|
'asset' => 'block-library/tabs/view.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/block-editor/utils/fit-text-frontend',
|
|
'path' => 'block-editor/utils/fit-text-frontend',
|
|
'asset' => 'block-editor/utils/fit-text-frontend.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/boot',
|
|
'path' => 'boot/index',
|
|
'asset' => 'boot/index.min.asset.php',
|
|
),
|
|
array(
|
|
'id' => '@wordpress/route',
|
|
'path' => 'route/index',
|
|
'asset' => 'route/index.min.asset.php',
|
|
),
|
|
); |