Changeset 1420 for trunk/wp-admin/profile.php
- Timestamp:
- 06/13/2004 04:14:58 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/profile.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/profile.php
r1411 r1420 65 65 return false; 66 66 } else if (!is_email($_POST["newuser_email"])) { 67 die (__("<strong>ERROR</strong>: the e mail address isn't correct"));67 die (__("<strong>ERROR</strong>: the e-mail address isn't correct")); 68 68 return false; 69 69 } … … 158 158 <p> <strong><?php _e('Nickname:') ?></strong> <?php echo $profiledata->user_nickname ?> </p> 159 159 160 <p> <strong><?php _e('E mail:') ?></strong> <?php echo make_clickable($profiledata->user_email) ?>160 <p> <strong><?php _e('E-mail:') ?></strong> <?php echo make_clickable($profiledata->user_email) ?> 161 161 </p> 162 162 … … 276 276 </tr> 277 277 <tr> 278 <th scope="row"><?php _e('E mail:') ?></th>278 <th scope="row"><?php _e('E-mail:') ?></th> 279 279 <td><input type="text" name="newuser_email" id="newuser_email2" value="<?php echo $profiledata->user_email ?>" /></td> 280 280 </tr>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)