Changes between Initial Version and Version 1 of Ticket #33932, comment 31
- Timestamp:
- 04/27/2016 07:13:00 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33932, comment 31
initial v1 1 1 @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 2 2 3 Modifying it directly can cause the filter `automatic_updates_complete` to not run properly.3 Modifying it directly can cause the action `automatic_updates_complete` to not pass the proper data.