Changeset 2437 for trunk/wp-admin/profile.php
- Timestamp:
- 03/13/2005 05:06:18 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r2436 r2437 31 31 /* checking the nickname has been typed */ 32 32 if (empty($_POST["newuser_nickname"])) { 33 die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your login)"));33 die (__("<strong>ERROR</strong>: please enter your nickname (can be the same as your username)")); 34 34 return false; 35 35 } … … 145 145 <table width="99%" border="0" cellspacing="2" cellpadding="3" class="editform"> 146 146 <tr> 147 <th width="33%" scope="row"><?php _e(' Login:') ?></th>147 <th width="33%" scope="row"><?php _e('Username:') ?></th> 148 148 <td width="67%"><?php echo $profiledata->user_login; ?></td> 149 149 </tr>
Note: See TracChangeset
for help on using the changeset viewer.