Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #62424, comment 18


Ignore:
Timestamp:
11/20/2024 01:30:15 AM (6 months ago)
Author:
desrosj
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62424, comment 18

    initial v1  
    33#57121 dealt with a similar edge case where `get_current_user_id()` cause out of memory errors. [55433] resolved this in 6.2.
    44
    5 I'm not sure why this took until 6.7 to be reported. It's possible it just went unreported, but I'm wondering if this was a consequence of the changes related to just-in-time translations in [59157].
    6 
    75I did some testing with the attached pull request, and it fixes the warnings and behaved as expected. This should hopefully catch the remaining edge cases.