Changeset 36550 for trunk/src/wp-includes/class.wp-scripts.php
- Timestamp:
- 02/17/2016 05:10:53 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class.wp-scripts.php
r35965 r36550 178 178 } 179 179 180 // A single item may alias a set of items, by having dependencies, but no source. 181 if ( ! $obj->src ) { 182 return true; 183 } 184 180 185 if ( ! preg_match( '|^(https?:)?//|', $src ) && ! ( $this->content_url && 0 === strpos( $src, $this->content_url ) ) ) { 181 186 $src = $this->base_url . $src;
Note: See TracChangeset
for help on using the changeset viewer.