Changeset 8301 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 07/09/08 17:24:36 (5 months ago)
- Files:
-
- trunk/wp-includes/class.wp-scripts.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
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 }
