Skip to content

Commit 6470c0f

Browse files
Regenerate README file (#323)
Co-authored-by: Alain Schlesser <alain.schlesser@gmail.com>
1 parent 1f518df commit 6470c0f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ to determine if database updates are needed.
121121
Downloads 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

127127
Downloads 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

0 commit comments

Comments
 (0)