Changeset 16438 for trunk/wp-includes/class.wp-scripts.php
- Timestamp:
- 11/17/2010 06:47:34 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class.wp-scripts.php
r16282 r16438 186 186 if ( 0 === strpos( $src, '/wp-includes/js/l10n' ) ) 187 187 return false; 188 188 189 189 foreach ( (array) $this->default_dirs as $test ) { 190 190 if ( 0 === strpos($src, $test) )
Note: See TracChangeset
for help on using the changeset viewer.