Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #33932, comment 32


Ignore:
Timestamp:
04/27/2016 11:01:52 PM (9 years ago)
Author:
ronalfy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33932, comment 32

    initial v1  
    11Added patch to fix bug in @welcher's patch when patch7 was added.
    22
    3 We need to basically clone the class var because the action `automatic_updates_complete` needs to full dataset.
     3We need to basically clone the class var because the action `automatic_updates_complete` needs the full dataset.
    44
    55Modifying the class variable will make this hook unreliable, so I chose to create a method variable instead to eliminate this conflict.