Make WordPress Core

Changeset 7846


Ignore:
Timestamp:
04/28/2008 03:17:55 PM (17 years ago)
Author:
ryan
Message:

Consolidate class attributes. Props robertaccettura. fixes #6853 for trunk

File:
1 edited

Legend:

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

    r7538 r7846  
    8787    if ( !empty($active) ) {
    8888    ?>
    89     <a class="button-secondary" href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>" class="delete"><?php _e('Deactivate All Plugins'); ?></a>
     89    <a class="button-secondary delete" href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>"><?php _e('Deactivate All Plugins'); ?></a>
    9090    <?php
    9191    } elseif ( empty($active) && !empty($inactive) ) {
    9292    ?>
    93     <a class="button-secondary" href="<?php echo wp_nonce_url('plugins.php?action=reactivate-all', 'reactivate-all'); ?>" class="delete"><?php _e('Reactivate Plugins'); ?></a>
     93    <a class="button-secondary delete" href="<?php echo wp_nonce_url('plugins.php?action=reactivate-all', 'reactivate-all'); ?>"><?php _e('Reactivate Plugins'); ?></a>
    9494    <?php
    9595    } // endif active/inactive plugin check
Note: See TracChangeset for help on using the changeset viewer.