John Blackbourn
John Blackbourn
I would like to get this in, but it's triggering a PHP warning on the front end. ``` Trying to access array offset on value of type null wp-includes/script-loader.php:2068 wp_style_loader_src()...
My worry is whether this will result in errors for other third-party scripts and styles that are enqueued in the admin area and don't expect to be processed in the...
Thanks for the PR, I'll take a proper look soon 👍
Thanks for the PR @rebeccahum but I've decided not to merge this. The `url` element here ultimately comes from the `$url` parameter passed to the `wp_remote_*()` function, which expects a...
Is there a way to add tests for this that mock the return value of `posix_geteuid()`?
Related: https://github.com/wp-cli/ideas/issues/159
Thanks for the PR David! What can lead to this not being countable?
@davidsword Were you able to look into this any further? Any info you have could be helpful.
I think I opened my original issue because `wp option list` allows you to see a raw value but `wp option get` does not. In an interactive terminal it's certainly...
Thanks for the PR @Debarghya-Banerjee . Honestly I am in two minds about this, on one hand increased test coverage is always good, but on the other hand I don't...