minor display fix
git-svn-id: https://develop.svn.wordpress.org/trunk@1288 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3f8e368b15
commit
fce460f98b
@ -108,7 +108,7 @@ for ($x = 1; $x < $y; $x++) {
|
|||||||
$j = -1;
|
$j = -1;
|
||||||
foreach ($authors as $author) {
|
foreach ($authors as $author) {
|
||||||
++$j;
|
++$j;
|
||||||
echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30"';
|
echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">';
|
||||||
users_form($j);
|
users_form($j);
|
||||||
echo '</li>';
|
echo '</li>';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user