[wp-trac] [WordPress Trac] #41001: Recently Active Plugins Option does not reset when you delete a plugin.
    WordPress Trac 
    noreply at wordpress.org
       
    Sun Jun 11 17:25:41 UTC 2017
    
    
  
#41001: Recently Active Plugins Option does not reset when you delete a plugin.
--------------------------+-----------------------------
 Reporter:  GeekStreetWP  |      Owner:
     Type:  defect (bug)  |     Status:  new
 Priority:  normal        |  Milestone:  Awaiting Review
Component:  Plugins       |    Version:  4.8
 Severity:  normal        |   Keywords:
  Focuses:                |
--------------------------+-----------------------------
 When you deactivate a plugin like Akismet, a value gets saved into
 "wp_options" under the option name "recently_activated".
 The value looks like:
 ''a:1:{s:19:"akismet/akismet.php";i:1497201452;}''
 When you reactivate Akismet, the value is updated and resets the option
 back to look like this:
 ''a:0:{}''
 '''The Bug.'''
 When you deactivate Akismet and delete akismet, the "recently_activated"
 option keeps this in the option value.
 ''a:1:{s:19:"akismet/akismet.php";i:1497201452;}'' when it should reset
 back to ''a:0:{}''
--
Ticket URL: <https://core.trac.wordpress.org/ticket/41001>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
    
    
More information about the wp-trac
mailing list