Changeset 44895 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 03/13/2019 11:36:45 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r44756 r44895 619 619 </span> 620 620 <button type="button" class="button wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>"> 621 <span class="dashicons dashicons-hidden" ></span>621 <span class="dashicons dashicons-hidden" aria-hidden="true"></span> 622 622 <span class="text"><?php _e( 'Hide' ); ?></span> 623 623 </button> 624 624 <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>"> 625 <span class="dashicons dashicons-no" aria-hidden="true"></span> 625 626 <span class="text"><?php _e( 'Cancel' ); ?></span> 626 627 </button>
Note: See TracChangeset
for help on using the changeset viewer.