Changeset 52695 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 02/08/2022 11:39:32 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r52673 r52695 2771 2771 } 2772 2772 2773 // Skip if the URL is an HTML ID. 2774 if ( str_starts_with( $src_result, '#' ) ) { 2775 continue; 2776 } 2777 2773 2778 // Build the absolute URL. 2774 2779 $absolute_url = dirname( $stylesheet_url ) . '/' . $src_result;
Note: See TracChangeset
for help on using the changeset viewer.