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.
1 parent ea6caff commit 86871eeCopy full SHA for 86871ee
1 file changed
features/language-core.feature
@@ -313,13 +313,13 @@ Feature: Manage core translation files for a WordPress install
313
And I try `wp theme install twentytwentyone`
314
And I run `wp theme activate twentytwentyone`
315
And an empty cache
316
- And I run `wp core download --version=4.5.3 --force`
+ And I run `wp core download --version=5.4.1 --force`
317
318
# PHP 8.2+ will show a warning for old WordPress core version.
319
When I try `wp language core install nl_NL`
320
Then STDOUT should contain:
321
"""
322
- Downloading translation from https://downloads.wordpress.org/translation/core/4.5.3
+ Downloading translation from https://downloads.wordpress.org/translation/core/5.4.1
323
324
And STDOUT should contain:
325
0 commit comments