Skip to content

Commit 86871ee

Browse files
committed
Don't downgrade to WP version too old
Avoids warnings because of `get_magic_quotes_gpc` error in WP < 5.3
1 parent ea6caff commit 86871ee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

features/language-core.feature

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -313,13 +313,13 @@ Feature: Manage core translation files for a WordPress install
313313
And I try `wp theme install twentytwentyone`
314314
And I run `wp theme activate twentytwentyone`
315315
And an empty cache
316-
And I run `wp core download --version=4.5.3 --force`
316+
And I run `wp core download --version=5.4.1 --force`
317317

318318
# PHP 8.2+ will show a warning for old WordPress core version.
319319
When I try `wp language core install nl_NL`
320320
Then STDOUT should contain:
321321
"""
322-
Downloading translation from https://downloads.wordpress.org/translation/core/4.5.3
322+
Downloading translation from https://downloads.wordpress.org/translation/core/5.4.1
323323
"""
324324
And STDOUT should contain:
325325
"""

0 commit comments

Comments
 (0)