Make WordPress Core

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


Ignore:
Timestamp:
04/27/2016 07:13:00 PM (8 years ago)
Author:
ronalfy
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33932, comment 31

    initial v1  
    11@welcher found a bug in the patch. I think we need a similar path to where I essentially clone the class var instead of modifying it directly. https://core.trac.wordpress.org/attachment/ticket/33932/patch.6.diff
    22
    3 Modifying it directly can cause the filter `automatic_updates_complete` to not run properly.
     3Modifying it directly can cause the action `automatic_updates_complete` to not pass the proper data.