Changeset 31010 for trunk/src/wp-admin/user-edit.php
- Timestamp:
- 12/31/2014 05:32:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/user-edit.php
r30888 r31010 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.