MT import fixes from 2fargon. Bug 0000227.
git-svn-id: https://develop.svn.wordpress.org/trunk@1541 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
218841c9c2
commit
732bd88aaa
@ -77,7 +77,7 @@ function users_form($n) {
|
||||
?><select name="userselect[<?php echo $n; ?>]">
|
||||
<option value="#NONE#">- Select -</option>
|
||||
<?php foreach($users as $user) {
|
||||
echo '<option value="'.$user->user_nickname.'">'.$user->user_nickname.'</option>';
|
||||
echo '<option value="'.$user->user_login.'">'.$user->user_login.'</option>';
|
||||
} ?>
|
||||
</select>
|
||||
<?php }
|
||||
@ -398,7 +398,7 @@ foreach ($posts as $post) { if ('' != trim($post)) {
|
||||
flush();
|
||||
|
||||
} }
|
||||
|
||||
upgrade_all();
|
||||
?>
|
||||
</ol>
|
||||
<h3>All done. <a href="../">Have fun!</a></h3>
|
||||
|
Loading…
Reference in New Issue
Block a user