Changeset 7883 for trunk/wp-admin/import/wordpress.php
- Timestamp:
- 05/04/2008 10:37:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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 {
Note: See TracChangeset
for help on using the changeset viewer.