Changeset 55930 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/16/2023 01:26:34 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r55909 r55930 3719 3719 $suffix = wp_scripts_get_suffix(); 3720 3720 wp_register_style( 'classic-theme-styles', '/' . WPINC . "/css/classic-themes$suffix.css" ); 3721 wp_style_add_data( 'classic-theme-styles', 'path', ABSPATH . WPINC . "/css/classic-themes$suffix.css" ); 3721 3722 wp_enqueue_style( 'classic-theme-styles' ); 3722 3723 }
Note: See TracChangeset
for help on using the changeset viewer.