Changes between Initial Version and Version 1 of Ticket #38073, comment 12
- Timestamp:
- 06/18/2017 08:12:04 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #38073, comment 12
initial v1 19 19 }}} 20 20 21 I figure that to fix this issue, a new function is needed, otherwise you have to apply the same fix to every file that makes use of wp_reset_vars(), which isn't DRY of course. I suggest placing the new function in wp-admin/includes/misc.php, since that is the place where the original function is located. 21 22 22