Changeset 58932 for trunk/src/wp-includes/script-loader.php
- Timestamp:
- 08/25/2024 10:46:43 PM (7 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/script-loader.php
r58931 r58932 3057 3057 str_starts_with( $url, 'http:' ) || 3058 3058 str_starts_with( $url, 'https:' ) || 3059 str_starts_with( $url, '/ /' ) ||3059 str_starts_with( $url, '/' ) || 3060 3060 str_starts_with( $url, '#' ) || 3061 3061 str_starts_with( $url, 'data:' )
Note: See TracChangeset
for help on using the changeset viewer.