Make WordPress Core


Ignore:
Timestamp:
11/17/2010 06:47:34 PM (14 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/class.wp-scripts.php

    r16282 r16438  
    186186        if ( 0 === strpos( $src, '/wp-includes/js/l10n' ) )
    187187            return false;
    188            
     188
    189189        foreach ( (array) $this->default_dirs as $test ) {
    190190            if ( 0 === strpos($src, $test) )
Note: See TracChangeset for help on using the changeset viewer.