John Blackbourn

Results 332 issues of John Blackbourn

Trac ticket: https://core.trac.wordpress.org/ticket/61148

Running `wp core update --version=nightly` now updates to 4.9 alpha, since core branched 4.8 a few days ago and trunk is now 4.9 alpha. If the [WordPress Beta Tester plugin](https://wordpress.org/plugins/wordpress-beta-tester/)...

command:core-update
command:core

There is currently no command for managing user signups (in the `wp_signups` database table). There is [a package command for managing signups](https://github.com/trepmal/wp-cli-unconfirmed-users) but I think this is something that might...

state:considering

**Describe your use case and the problem you are facing** As discussed during the WP-CLI office hours chat today ([discussion starts here](https://wordpress.slack.com/archives/C02RP4T41/p1613578423233600)), several people expressed interest in a command that...

state:approved

Many commands in WP-CLI accept the `[--=] [--field=] [--fields=]` group of flags (or a variation thereof, including `--by`), for example `wp post list`, `wp term get`, and `wp taxonomy list`....

state:considering

In the WordPress world it's possible for a CSS dependency and a JS dependency to share the same handle. When using Asset Loader, this works fine for a production build...

When switching from using `wp_enqueue_script()` and co to using this package's `autoenqueue()`, the difference in the function interfaces is a little jarring. I'd like to recommend the addition of two...

documentation

If a user avatar is requested of a size that Simple Local Avatars doesn't already know about, it'll instantiate a `WP_Image_Editor` instance, attempt to resize the image, save it to...

Steps to reproduce: 1. Install and activate the Yoast SEO plugin on an Altis site 2. Visit the dashboard 3. Observe that the admin messages are misaligned ## Altis site...

bug