Skip to content

Commit 60cb9a4

Browse files
Nikschavanschlessera
authored andcommitted
Update transients are network wide
1 parent f1f3600 commit 60cb9a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

features/plugin.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Feature: Manage WordPress plugins
355355
| name | status | update |
356356
| wordpress-importer | inactive | available |
357357

358-
When I run `wp transient delete update_plugins`
358+
When I run `wp transient delete update_themes --network`
359359
Success: Transient deleted.
360360

361361
When I run `wp plugin list --fields=name,status,update --skip-update-check`

features/theme.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Feature: Manage WordPress themes
192192
| name | status | update |
193193
| astra | inactive | available |
194194
195-
When I run `wp transient delete update_themes`
195+
When I run `wp transient delete update_themes --network`
196196
Success: Transient deleted.
197197
198198
When I run `wp theme list --fields=name,status,update --skip-update-check`

0 commit comments

Comments
 (0)