Changeset 57377 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 01/29/2024 09:04:18 PM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r57367 r57377 1715 1715 1716 1716 $package_styles = array( 1717 'block-editor' => array( 'wp-components' ),1717 'block-editor' => array( 'wp-components', 'wp-preferences' ), 1718 1718 'block-library' => array(), 1719 1719 'block-directory' => array(), … … 1727 1727 'wp-block-library', 1728 1728 'wp-commands', 1729 'wp-preferences', 1729 1730 ), 1730 1731 'editor' => array( … … 1733 1734 'wp-reusable-blocks', 1734 1735 'wp-patterns', 1736 'wp-preferences', 1735 1737 ), 1736 1738 'format-library' => array(), … … 1738 1740 'reusable-blocks' => array( 'wp-components' ), 1739 1741 'patterns' => array( 'wp-components' ), 1742 'preferences' => array( 'wp-components' ), 1740 1743 'nux' => array( 'wp-components' ), 1741 1744 'widgets' => array( … … 1749 1752 'wp-reusable-blocks', 1750 1753 'wp-patterns', 1754 'wp-preferences', 1751 1755 ), 1752 1756 'customize-widgets' => array( … … 1757 1761 'wp-reusable-blocks', 1758 1762 'wp-patterns', 1763 'wp-preferences', 1759 1764 ), 1760 1765 'edit-site' => array( … … 1763 1768 'wp-edit-blocks', 1764 1769 'wp-commands', 1770 'wp-preferences', 1765 1771 ), 1766 1772 );
Note: See TracChangeset
for help on using the changeset viewer.