- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/class-wp-upgrader.php
r14985 r15038 1282 1282 1283 1283 1284 if ( ! $this->result || is_wp_error($this->result) ) 1284 if ( ! $this->result || is_wp_error($this->result) ) { 1285 1285 unset( $install_actions['activate_plugin'] ); 1286 1286 unset( $install_actions['network_activate'] ); 1287 } 1287 1288 $install_actions = apply_filters('install_plugin_complete_actions', $install_actions, $this->api, $plugin_file); 1288 1289 if ( ! empty($install_actions) )
Note: See TracChangeset
for help on using the changeset viewer.