Changeset 7846
- Timestamp:
- 04/28/2008 03:17:55 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r7538 r7846 87 87 if ( !empty($active) ) { 88 88 ?> 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> 90 90 <?php 91 91 } elseif ( empty($active) && !empty($inactive) ) { 92 92 ?> 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> 94 94 <?php 95 95 } // endif active/inactive plugin check
Note: See TracChangeset
for help on using the changeset viewer.