Pinking shears

git-svn-id: http://svn.automattic.com/wordpress/trunk@16438 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan
2010-11-17 18:47:34 +00:00
parent 01a32c0af0
commit 847499e531
35 changed files with 155 additions and 155 deletions

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;