Changeset 59449 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 11/22/2024 10:55:12 AM (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r59135 r59449 1628 1628 $styles->add( 'customize-preview', "/wp-includes/css/customize-preview$suffix.css", array( 'dashicons' ) ); 1629 1629 $styles->add( 'wp-embed-template-ie', "/wp-includes/css/wp-embed-template-ie$suffix.css" ); 1630 $styles->add( 'wp-empty-template-alert', "/wp-includes/css/wp-empty-template-alert$suffix.css" ); 1630 1631 $styles->add_data( 'wp-embed-template-ie', 'conditional', 'lte IE 8' ); 1631 1632 … … 1810 1811 'login', 1811 1812 'site-health', 1813 'wp-empty-template-alert', 1812 1814 // Includes CSS. 1813 1815 'buttons',
Note: See TracChangeset
for help on using the changeset viewer.