Changeset 27743
- Timestamp:
- 03/26/2014 05:11:47 PM (11 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/common.css
r27678 r27743 373 373 ol.ol-decimal > li { 374 374 margin: 0 0 0.5em; 375 } 376 377 /* @noflip */ 378 .ltr { 379 direction: ltr; 375 380 } 376 381 -
trunk/src/wp-admin/css/forms.css
r27741 r27743 11 11 -moz-box-sizing: border-box; 12 12 box-sizing: border-box; 13 } 14 15 /* @noflip */ 16 input[type="email"], 17 input[type="url"] { 18 direction: ltr; 13 19 } 14 20 -
trunk/src/wp-admin/user-edit.php
r27469 r27743 402 402 <tr> 403 403 <th><label for="email"><?php _e('E-mail'); ?> <span class="description"><?php _e('(required)'); ?></span></label></th> 404 <td><input type="text" name="email" id="email" value="<?php echo esc_attr($profileuser->user_email) ?>" class="regular-text " />404 <td><input type="text" name="email" id="email" value="<?php echo esc_attr($profileuser->user_email) ?>" class="regular-text ltr" /> 405 405 <?php 406 406 $new_email = get_option( $current_user->ID . '_new_email' );
Note: See TracChangeset
for help on using the changeset viewer.