Changeset 55994 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 06/23/2023 12:15:06 PM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/load-styles.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r55710 r55994 74 74 $content = get_file( $path ) . "\n"; 75 75 76 // str_starts_with() is not used here, as wp-includes/compat.php is not loaded in this file.76 // Note: str_starts_with() is not used here, as wp-includes/compat.php is not loaded in this file. 77 77 if ( 0 === strpos( $style->src, '/' . WPINC . '/css/' ) ) { 78 78 $content = str_replace( '../images/', '../' . WPINC . '/images/', $content );
Note: See TracChangeset
for help on using the changeset viewer.