We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wp site option
1 parent 887365f commit 1223333Copy full SHA for 1223333
1 file changed
features/transient.feature
@@ -286,8 +286,8 @@ Feature: Manage WordPress transient cache
286
And I run `wp --url=example.com/foo transient set foo6 bar6 60 --network`
287
# Change timeout to be in the past.
288
And I run `wp option update _transient_timeout_foo 1321009871`
289
- And I run `wp option update _site_transient_timeout_foo3 1321009871`
290
- And I run `wp --url=example.com/foo option update _site_transient_timeout_foo5 1321009871`
+ And I run `wp site option update _site_transient_timeout_foo3 1321009871`
+ And I run `wp --url=example.com/foo site option update _site_transient_timeout_foo5 1321009871`
291
And I run `wp transient delete --expired`
292
Then STDOUT should be:
293
"""
0 commit comments