File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ to determine if database updates are needed.
121121Downloads core WordPress files.
122122
123123~~~
124- wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure] [--extract]
124+ wp core download [<download-url>] [--path=<path>] [--locale=<locale>] [--version=<version>] [--skip-content] [--force] [--insecure] [--extract] [--skip-locale-check]
125125~~~
126126
127127Downloads and extracts WordPress core files to the specified path. Uses
@@ -156,6 +156,9 @@ Subsequent uses of command will use the local cache if it still exists.
156156 [--extract]
157157 Whether to extract the downloaded file. Defaults to true.
158158
159+ [--skip-locale-check]
160+ If specified, allows downloading an older version of WordPress when the requested locale is not available for the latest release.
161+
159162** EXAMPLES**
160163
161164 $ wp core download --locale=nl_NL
You can’t perform that action at this time.
0 commit comments