Make WordPress Core

Changeset 7457


Ignore:
Timestamp:
03/21/2008 07:40:06 PM (18 years ago)
Author:
markjaquith
Message:

We're not reactivating ALL plugins, just the ones that were previously active

File:
1 edited

Legend:

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

    r7304 r7457  
    6363    <div id="message" class="updated fade"><p><?php _e('All plugins <strong>deactivated</strong>.'); ?></p></div>
    6464<?php elseif (isset($_GET['reactivate-all'])) : ?>
    65     <div id="message" class="updated fade"><p><?php _e('All plugins <strong>reactivated</strong>.'); ?></p></div>
     65    <div id="message" class="updated fade"><p><?php _e('Plugins <strong>reactivated</strong>.'); ?></p></div>
    6666<?php endif; ?>
    6767
     
    9494    } elseif ( empty($active) && !empty($inactive) ) {
    9595    ?>
    96     <a class="button-secondary" href="<?php echo wp_nonce_url('plugins.php?action=reactivate-all', 'reactivate-all'); ?>" class="delete"><?php _e('Reactivate All Plugins'); ?></a>
     96    <a class="button-secondary" href="<?php echo wp_nonce_url('plugins.php?action=reactivate-all', 'reactivate-all'); ?>" class="delete"><?php _e('Reactivate Plugins'); ?></a>
    9797    <?php
    9898    } // endif active/inactive plugin check
Note: See TracChangeset for help on using the changeset viewer.