Changeset 55276 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 02/07/2023 05:08:26 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r55145 r55276 948 948 <p><?php _e( 'Be sure to save this in a safe location. You will not be able to retrieve it.' ); ?></p> 949 949 <button type="button" class="notice-dismiss"> 950 <span class="screen-reader-text"><?php _e( 'Dismiss this notice.' ); ?></span> 950 <span class="screen-reader-text"> 951 <?php 952 /* translators: Hidden accessibility text. */ 953 _e( 'Dismiss this notice.' ); 954 ?> 955 </span> 951 956 </button> 952 957 </div>
Note: See TracChangeset
for help on using the changeset viewer.