Changeset 1288 for trunk/wp-admin/import-mt.php
- Timestamp:
- 05/16/2004 08:54:03 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-mt.php
r1284 r1288 109 109 foreach ($authors as $author) { 110 110 ++$j; 111 echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30" ';111 echo '<li><i>'.$author.'</i><br />'.'<input type="text" value="'.$author.'" name="'.'user[]'.'" maxlength="30">'; 112 112 users_form($j); 113 113 echo '</li>';
Note: See TracChangeset
for help on using the changeset viewer.