Skip to content
New issue

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

Improve warning message for install and activate multiple themes #419

Merged
merged 2 commits into from
Apr 26, 2024

Conversation

danielbachhuber
Copy link
Member

Improves the warning message present when wp theme install --activate is used with multiple themes:

Before:

$ wp theme install twentytwelve twentyeleven --activate
Warning: Only a single theme can be active.

After:

$ wp theme install twentytwelve twentyeleven --activate
Warning: Only this single theme will be activated: twentyeleven

From #408
Related #406
Related wp-cli/wp-cli#5935

@ernilambar ernilambar merged commit 5dcbb5e into main Apr 26, 2024
38 checks passed
@ernilambar ernilambar deleted the improve-multiple-theme-install-warning branch April 26, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment