We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to include thumbnail (and other non-intermediate image sizes) in the following check:
thumbnail
if ( array_diff( get_intermediate_image_sizes(), array_keys( $metadata['sizes'] ) ) ) { return true; }
Original report: wp-cli/wp-cli#3859
The text was updated successfully, but these errors were encountered:
Fix wp-cli#2 as thumbnail sizes may be missing due to smaller image d…
a23dfda
…imensions
Tests for Fix #2.
eb05844
Merge pull request #5 from gitlost/Fix-#2-tests
2b28eb2
35eb927
2466217
No branches or pull requests
We need to include
thumbnail
(and other non-intermediate image sizes) in the following check:Original report: wp-cli/wp-cli#3859
The text was updated successfully, but these errors were encountered: