We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb76232 commit 48791bfCopy full SHA for 48791bf
1 file changed
features/theme-check-update.feature
@@ -4,7 +4,9 @@ Feature: Check for theme updates
4
Given a WP install
5
6
When I run `wp theme install twentytwelve --force`
7
- And I run `wp theme update --all`
+ # Ignore warnings if theme versions in trunk are newer than what's in the directory.
8
+ # This is only a temporary situation before an impending release.
9
+ And I try `wp theme update --all`
10
And I run `wp theme check-update --all`
11
Then STDOUT should contain:
12
"""
0 commit comments