Changeset 12513 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 12/23/2009 03:16:53 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/import/wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import/wordpress.php
r12495 r12513 164 164 $next = array_shift($temp); 165 165 if (!(in_array($next, $authors))) 166 array_push($authors, "$next");166 array_push($authors, $next); 167 167 } 168 168
Note: See TracChangeset
for help on using the changeset viewer.