We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
wp site option
1 parent 75c036d commit 62420f3Copy full SHA for 62420f3
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