Changeset 16340 for trunk/wp-admin/import.php
- Timestamp:
- 11/13/2010 09:53:55 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import.php
r16008 r16340 63 63 if ($imports_dir) { 64 64 while (($file = readdir($imports_dir)) !== false) { 65 if ($file {0}== '.') {65 if ($file[0] == '.') { 66 66 continue; 67 67 } elseif (substr($file, -4) == '.php') {
Note: See TracChangeset
for help on using the changeset viewer.