Changeset 8301 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 07/09/2008 05:24:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-scripts.php
r7976 r8301 51 51 52 52 $src = $this->registered[$handle]->src; 53 if ( !preg_match('|^https?://|', $src) ) {53 if ( !preg_match('|^https?://|', $src) && !preg_match('|^' . preg_quote(WP_CONTENT_URL) . '|', $src) ) { 54 54 $src = $this->base_url . $src; 55 55 }
Note: See TracChangeset
for help on using the changeset viewer.