Changeset 29453
- Timestamp:
- 08/09/2014 02:45:20 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-plugins-list-table.php
r29371 r29453 109 109 update_option( 'recently_activated', $recently_activated ); 110 110 } 111 111 112 112 $plugin_info = get_site_transient( 'update_plugins' ); 113 113 … … 299 299 } 300 300 301 public function bulk_actions( $which ) {301 public function bulk_actions( $which = '' ) { 302 302 global $status; 303 303 … … 403 403 $actions['delete'] = '<a href="' . wp_nonce_url('plugins.php?action=delete-selected&checked[]=' . $plugin_file . '&plugin_status=' . $context . '&paged=' . $page . '&s=' . $s, 'bulk-plugins') . '" title="' . esc_attr__('Delete this plugin') . '" class="delete">' . __('Delete') . '</a>'; 404 404 } // end if $is_active 405 405 406 406 } // end if $screen->in_admin( 'network' ) 407 407
Note: See TracChangeset
for help on using the changeset viewer.