Changeset 14159 for trunk/wp-admin/plugins.php
- Timestamp:
- 04/18/2010 05:43:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/plugins.php
r14139 r14159 532 532 'network_activate' => '', 533 533 'edit' => '', 534 ' plugin_delete' => '',534 'delete' => '', 535 535 ); 536 536 … … 576 576 577 577 if ( current_user_can('delete_plugins') ) 578 $actions[' plugin_delete'] = '<a href="' . wp_nonce_url('plugins.php?action=delete-selected&checked[]=' . $plugin_file . '&plugin_status=' . $context . '&paged=' . $page, 'bulk-manage-plugins') . '" title="' . __('Delete this plugin') . '" class="delete">' . __('Delete') . '</a>';578 $actions['delete'] = '<a href="' . wp_nonce_url('plugins.php?action=delete-selected&checked[]=' . $plugin_file . '&plugin_status=' . $context . '&paged=' . $page, 'bulk-manage-plugins') . '" title="' . __('Delete this plugin') . '" class="delete">' . __('Delete') . '</a>'; 579 579 } // end if $is_active 580 580
Note: See TracChangeset
for help on using the changeset viewer.