changed initial to middle name
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -48,7 +48,7 @@ $preference = get_user_meta($user->ID, 'email_address_preference', true); | ... | @@ -48,7 +48,7 @@ $preference = get_user_meta($user->ID, 'email_address_preference', true); |
| 48 | <td><input type="text" name="first_name" value="<?php echo get_user_meta($_GET['uid'], 'first_name', true);?>" /></td> | 48 | <td><input type="text" name="first_name" value="<?php echo get_user_meta($_GET['uid'], 'first_name', true);?>" /></td> |
| 49 | </tr> | 49 | </tr> |
| 50 | <tr> | 50 | <tr> |
| 51 | <th width="150">Initial:</th> | 51 | <th>Middle Name:</th> |
| 52 | <td><input type="text" name="initial" value="<?php echo get_user_meta($_GET['uid'], 'initial', true);?>" /></td> | 52 | <td><input type="text" name="initial" value="<?php echo get_user_meta($_GET['uid'], 'initial', true);?>" /></td> |
| 53 | </tr> | 53 | </tr> |
| 54 | <tr> | 54 | <tr> | ... | ... |
-
Please register or sign in to post a comment