Changeset 55703 for trunk/src/wp-admin/load-styles.php
- Timestamp:
- 05/02/2023 03:43:03 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/load-styles.php
r52356 r55703 74 74 $content = get_file( $path ) . "\n"; 75 75 76 if ( str pos( $style->src, '/' . WPINC . '/css/' ) === 0) {76 if ( str_starts_with( $style->src, '/' . WPINC . '/css/' ) ) { 77 77 $content = str_replace( '../images/', '../' . WPINC . '/images/', $content ); 78 78 $content = str_replace( '../js/tinymce/', '../' . WPINC . '/js/tinymce/', $content );
Note: See TracChangeset
for help on using the changeset viewer.