Ticket #13778: theme.php.diff
File theme.php.diff, 338 bytes (added by , 15 years ago) |
---|
-
wp-includes/theme.php
598 598 } 599 599 } 600 600 } 601 if ( is_dir( $theme_dir ) ) 602 @closedir( $theme_dir ); 601 @closedir( $themes_dir ); 603 602 } 604 603 return $theme_files; 605 604 }