Changeset 59793
- Timestamp:
- 02/09/2025 10:32:50 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r59790 r59793 1681 1681 ); 1682 1682 1683 // Only add CONTENT styles here that should be enqueued in the iframe! 1683 1684 $wp_edit_blocks_dependencies = array( 1684 1685 'wp-components', 1685 'wp-editor',1686 1686 /* 1687 1687 * This needs to be added before the block library styles, … … 1690 1690 'wp-reset-editor-styles', 1691 1691 'wp-block-library', 1692 'wp-reusable-blocks',1693 1692 'wp-block-editor-content', 1694 'wp-patterns',1695 1693 ); 1696 1694 … … 1751 1749 'wp-widgets', 1752 1750 'wp-block-editor', 1751 'wp-editor', 1753 1752 'wp-edit-blocks', 1754 1753 'wp-block-library', 1755 'wp-reusable-blocks',1756 1754 'wp-patterns', 1757 1755 'wp-preferences', … … 1760 1758 'wp-widgets', 1761 1759 'wp-block-editor', 1760 'wp-editor', 1762 1761 'wp-edit-blocks', 1763 1762 'wp-block-library', 1764 'wp-reusable-blocks',1765 1763 'wp-patterns', 1766 1764 'wp-preferences', … … 1769 1767 'wp-components', 1770 1768 'wp-block-editor', 1769 'wp-editor', 1771 1770 'wp-edit-blocks', 1772 1771 'wp-commands',
Note: See TracChangeset
for help on using the changeset viewer.