Changeset 44895 for trunk/src/wp-admin/user-new.php
- Timestamp:
- 03/13/2019 11:36:45 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/user-new.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-new.php
r44612 r44895 499 499 </span> 500 500 <button type="button" class="button wp-hide-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Hide password' ); ?>"> 501 <span class="dashicons dashicons-hidden" ></span>501 <span class="dashicons dashicons-hidden" aria-hidden="true"></span> 502 502 <span class="text"><?php _e( 'Hide' ); ?></span> 503 503 </button> 504 504 <button type="button" class="button wp-cancel-pw hide-if-no-js" data-toggle="0" aria-label="<?php esc_attr_e( 'Cancel password change' ); ?>"> 505 <span class="dashicons dashicons-no" aria-hidden="true"></span> 505 506 <span class="text"><?php _e( 'Cancel' ); ?></span> 506 507 </button>
Note: See TracChangeset
for help on using the changeset viewer.