Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #38073, comment 12


Ignore:
Timestamp:
06/18/2017 08:12:04 PM (7 years ago)
Author:
weijland
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38073, comment 12

    initial v1  
    1919}}}
    2020
     21I 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.
    2122
    22