Make WordPress Core

Changeset 5207


Ignore:
Timestamp:
04/07/2007 04:03:38 PM (17 years ago)
Author:
rob1n
Message:

Add a bit of warning (red background on hover) to the Deactivate All Plugins button, and make align="right" XHTML-compliant.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/plugins.php

    r5161 r5207  
    150150
    151151<tr>
    152     <td colspan="5" align="right"><a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>"><?php _e('Deactivate All Plugins'); ?></a></td>
     152    <td colspan="3">&nbsp;</td>
     153    <td colspan="2" style="width:12em;"><a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>" class="delete"><?php _e('Deactivate All Plugins'); ?></a></td>
    153154</tr>
    154155
Note: See TracChangeset for help on using the changeset viewer.