Changeset 8301 for trunk/wp-includes/class.wp-styles.php
- Timestamp:
- 07/09/2008 05:24:36 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-styles.php
r7976 r8301 60 60 61 61 function _css_href( $src, $ver, $handle ) { 62 if ( !preg_match('|^https?://|', $src) ) {62 if ( !preg_match('|^https?://|', $src) && !preg_match('|^' . preg_quote(WP_CONTENT_URL) . '|', $src) ) { 63 63 $src = $this->base_url . $src; 64 64 }
Note: See TracChangeset
for help on using the changeset viewer.