Thomas Kräftner

Results 88 comments of Thomas Kräftner

So I was still able to reproduce this. Not if the unregistering happens right on `wp.domReady` but if it is done after that. Lets say something like wp.domReady( function() {...

I think this error only occurs on old WP versions pre 6.0 because there what you said doesn't fully apply: > I've done some debugging of this but I've yet...

Oh these are the steps to reproduce this: 1. Install Query Monitor on WP 5.9 or older. 2. Set the `admin_email_lifespan` to some long ago value, e.g. `1688767200` 3. Login...

Does this already have an associated Trac ticket or is it still so young that it kind of "flies under the radar"?

Today I had some minutes to look at this some more. This particular issue can be solved by adding this ``` // For auto-downscaled images $image_size_filters['big_image_size_threshold'] = '__return_false'; // For...

Since this only really affects the save routine for the post meta field storing the regex I wouldn't expect this to break anything for anyone unless they mess with the...

This could maybe be considered in the context of #67.