Make WordPress Core

Ticket #43496: 43496.patch

File 43496.patch, 706 bytes (added by mukesh27, 7 years ago)
  • wp-admin/user-edit.php

    diff -Naur wp-admin/user-edit.php wp-admin/user-edit.php
     
    611611        <tr class="user-sessions-wrap hide-if-no-js">
    612612                <th><?php _e( 'Sessions' ); ?></th>
    613613                <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>
    615615                        <p class="description">
    616616                                <?php _e( 'You are only logged in at this location.' ); ?>
    617617                        </p>