Changeset 52715 for branches/5.9/src/wp-includes/script-loader.php
- Timestamp:
- 02/11/2022 10:51:16 PM (3 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-includes/script-loader.php
r52665 r52715 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.