Make WordPress Core


Ignore:
Timestamp:
07/03/2013 09:23:55 PM (13 years ago)
Author:
markjaquith
Message:

Rejigger some whitespace in anticipation of a fix for #24364.

see #24364

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/user-new.php

    r24531 r24551  
    342342        <tr class="form-field form-required">
    343343                <th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php /* translators: password input field */_e('(required)'); ?></span></label></th>
    344                 <td><input name="pass1" type="password" id="pass1" autocomplete="off" />
     344                <td>
     345                        <input name="pass1" type="password" id="pass1" autocomplete="off" />
    345346                </td>
    346347        </tr>
Note: See TracChangeset for help on using the changeset viewer.