[wp-trac] [WordPress Trac] #8451: function delete_plugins doesn't
update option 'update_plugins'
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 2 04:44:02 GMT 2008
#8451: function delete_plugins doesn't update option 'update_plugins'
-----------------------+----------------------------------------------------
Reporter: thinlight | Owner:
Type: defect | Status: new
Priority: high | Milestone: 2.7
Component: Plugins | Version: 2.7
Severity: normal | Keywords:
-----------------------+----------------------------------------------------
Located in wp-admin/includes/plugin.php
The 'update_plugins' number won't update after user deletes the out-of-
date plugins.
There is code for updating this option in wp_update_plugin(wp-
admin/includes/update.php):
{{{
// Force refresh of plugin update information
delete_option('update_plugins');
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/8451>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list