Changeset 7883 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 05/04/08 10:37:06 (7 months ago)
- Files:
-
- trunk/wp-admin/import/wordpress.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-admin/import/wordpress.php
r7546 r7883 219 219 220 220 if ( $this->allow_create_users() ) { 221 printf( __('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user_create['.intval($n).']'.'" maxlength="30"> <br />');221 printf('<label>'.__('Create user %1$s or map to existing'), ' <input type="text" value="'.$author.'" name="'.'user_create['.intval($n).']'.'" maxlength="30"></label> <br />'); 222 222 } 223 223 else {
