Changeset 35856
- Timestamp:
- 12/10/2015 11:08:46 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/l10n.php
r34912 r35856 892 892 893 893 foreach ( $files as $file ) { 894 if ( '.' === $file[0] || is_dir( $file) ) {894 if ( '.' === $file[0] || is_dir( WP_LANG_DIR . "$dir/$file" ) ) { 895 895 continue; 896 896 }
Note: See TracChangeset
for help on using the changeset viewer.