minor display fix
git-svn-id: http://svn.automattic.com/wordpress/trunk@1288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c66fd77dbd
commit
f6e35d2384
|
@ -108,7 +108,7 @@ for ($x = 1; $x < $y; $x++) {
|
|||
$j = -1;
|
||||
foreach ($authors as $author) {
|
||||
++$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);
|
||||
echo '</li>';
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue