Make WordPress Core


Ignore:
Timestamp:
01/21/2010 09:37:43 PM (16 years ago)
Author:
ryan
Message:

i18n fixes. Props nbachiyski. fixes #11954

File:
1 edited

Legend:

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

    r12778 r12789  
    209209<?php if ( apply_filters('show_password_fields', true) ) : ?>
    210210    <tr class="form-field form-required">
    211         <th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php _e('(twice, required)'); ?></span></label></th>
     211        <th scope="row"><label for="pass1"><?php _e('Password'); ?> <span class="description"><?php /* translators: password input field */_e('(twice, required)'); ?></span></label></th>
    212212        <td><input name="pass1" type="password" id="pass1" autocomplete="off" />
    213213        <br />
Note: See TracChangeset for help on using the changeset viewer.