diff -Naur wp-admin/user-edit.php wp-admin/user-edit.php
|
|
|
|
| 611 | 611 | <tr class="user-sessions-wrap hide-if-no-js"> |
| 612 | 612 | <th><?php _e( 'Sessions' ); ?></th> |
| 613 | 613 | <td aria-live="assertive"> |
| 614 | | <div class="destroy-sessions"><button type="button" disabled class="button"><?php _e( 'Log Out Everywhere Else' ); ?></button></div> |
| | 614 | <div class="destroy-sessions"><button type="button" disabled="disabled" class="button"><?php _e( 'Log Out Everywhere Else' ); ?></button></div> |
| 615 | 615 | <p class="description"> |
| 616 | 616 | <?php _e( 'You are only logged in at this location.' ); ?> |
| 617 | 617 | </p> |