Changeset 6726 for trunk/wp-admin/plugins.php
- Timestamp:
- 02/05/2008 06:47:27 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r6627 r6726 140 140 <td colspan="3"> </td> 141 141 <td colspan="2" style="width:12em;"> 142 <?php 142 <?php 143 143 $active = get_option('active_plugins'); 144 144 $inactive = get_option('deactivated_plugins'); … … 146 146 ?> 147 147 <a href="<?php echo wp_nonce_url('plugins.php?action=deactivate-all', 'deactivate-all'); ?>" class="delete"><?php _e('Deactivate All Plugins'); ?></a> 148 <?php 148 <?php 149 149 } elseif ( empty($active) && !empty($inactive) ) { 150 150 ?>
Note: See TracChangeset
for help on using the changeset viewer.