Changeset 7457
- Timestamp:
- 03/21/2008 07:40:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/plugins.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r7304 r7457 63 63 <div id="message" class="updated fade"><p><?php _e('All plugins <strong>deactivated</strong>.'); ?></p></div> 64 64 <?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> 66 66 <?php endif; ?> 67 67 … … 94 94 } elseif ( empty($active) && !empty($inactive) ) { 95 95 ?> 96 <a class="button-secondary" href="<?php echo wp_nonce_url('plugins.php?action=reactivate-all', 'reactivate-all'); ?>" class="delete"><?php _e('Reactivate AllPlugins'); ?></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> 97 97 <?php 98 98 } // endif active/inactive plugin check
Note: See TracChangeset
for help on using the changeset viewer.