Changeset 55909 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 06/13/2023 09:51:11 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r55900 r55909 2873 2873 // Build an array of styles that have a path defined. 2874 2874 foreach ( $wp_styles->queue as $handle ) { 2875 if ( ! isset( $wp_styles->registered[ $handle ] ) ) { 2876 continue; 2877 } 2875 2878 $src = $wp_styles->registered[ $handle ]->src; 2876 $path = wp_styles()->get_data( $handle, 'path' );2879 $path = $wp_styles->get_data( $handle, 'path' ); 2877 2880 if ( $path && $src ) { 2878 2881 $size = wp_filesize( $path );
Note: See TracChangeset
for help on using the changeset viewer.