Pinking shears

git-svn-id: https://develop.svn.wordpress.org/trunk@16438 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-11-17 18:47:34 +00:00
parent f721e075e6
commit 4b33a0e9c4
35 changed files with 155 additions and 155 deletions
+1 -1
View File
@@ -185,7 +185,7 @@ class WP_Scripts extends WP_Dependencies {
if ( 0 === strpos( $src, '/wp-includes/js/l10n' ) )
return false;
foreach ( (array) $this->default_dirs as $test ) {
if ( 0 === strpos($src, $test) )
return true;