Skip to content

Commit 732bd88

Browse files
committed
MT import fixes from 2fargon. Bug 0000227.
git-svn-id: https://develop.svn.wordpress.org/trunk@1541 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 218841c commit 732bd88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

wp-admin/import-mt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ function users_form($n) {
7777
?><select name="userselect[<?php echo $n; ?>]">
7878
<option value="#NONE#">- Select -</option>
7979
<?php foreach($users as $user) {
80-
echo '<option value="'.$user->user_nickname.'">'.$user->user_nickname.'</option>';
80+
echo '<option value="'.$user->user_login.'">'.$user->user_login.'</option>';
8181
} ?>
8282
</select>
8383
<?php }
@@ -398,7 +398,7 @@ function checkauthor($author) {
398398
flush();
399399

400400
} }
401-
401+
upgrade_all();
402402
?>
403403
</ol>
404404
<h3>All done. <a href="../">Have fun!</a></h3>

0 commit comments

Comments
 (0)