[wp-trac] [WordPress Trac] #22704: Automatic Core Updates
WordPress Trac
noreply at wordpress.org
Mon Oct 14 23:29:52 UTC 2013
#22704: Automatic Core Updates
-----------------------------+-----------------------
Reporter: pento | Owner: pento
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.7
Component: Upgrade/Install | Version: 3.5
Severity: normal | Resolution:
Keywords: has-patch |
-----------------------------+-----------------------
Changes (by kurtpayne):
* cc: kurtpayne (added)
Comment:
When using the 'auto_upgrade_plugin' filter, plugins are not being re-
activated after upgrade. It looks like they are being explicitly
deactivated:
{{{
add_filter('upgrader_pre_install', array($this,
'deactivate_plugin_before_upgrade'), 10, 2);
$this->run(....);
remove_filter('upgrader_pre_install', array($this,
'deactivate_plugin_before_upgrade'));
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/22704#comment:115>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list