Changeset 31076
- Timestamp:
- 01/08/2015 04:41:29 AM (11 years ago)
- Location:
- branches/4.1
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/user-edit.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1
-
branches/4.1/src/wp-admin/user-edit.php
r30940 r31076 490 490 <th> </th> 491 491 <td aria-live="assertive"> 492 <div class="destroy-sessions"><button disabled class="button button-secondary"><?php _e( 'Log Out of All Other Sessions' ); ?></button></div>492 <div class="destroy-sessions"><button type="button" disabled class="button button-secondary"><?php _e( 'Log Out of All Other Sessions' ); ?></button></div> 493 493 <p class="description"> 494 494 <?php _e( 'You are only logged in at this location.' ); ?> … … 500 500 <th> </th> 501 501 <td aria-live="assertive"> 502 <div class="destroy-sessions"><button class="button button-secondary" id="destroy-sessions"><?php _e( 'Log Out of All Other Sessions' ); ?></button></div>502 <div class="destroy-sessions"><button type="button" class="button button-secondary" id="destroy-sessions"><?php _e( 'Log Out of All Other Sessions' ); ?></button></div> 503 503 <p class="description"> 504 504 <?php _e( 'Left your account logged in at a public computer? Lost your phone? This will log you out everywhere except your current browser.' ); ?> … … 510 510 <th> </th> 511 511 <td> 512 <p><button class="button button-secondary" id="destroy-sessions"><?php _e( 'Log Out of All Sessions' ); ?></button></p>512 <p><button type="button" class="button button-secondary" id="destroy-sessions"><?php _e( 'Log Out of All Sessions' ); ?></button></p> 513 513 <p class="description"> 514 514 <?php
Note: See TracChangeset
for help on using the changeset viewer.