Changeset 10700
- Timestamp:
- 02/17/2021 11:09:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-developer/inc/cli-commands.php
r10699 r10700 64 64 WP_CLI::log( "Installing latest WordPress into temporary directory ({$path})..." ); 65 65 } 66 $cmd = "core download -- path={$path}";66 $cmd = "core download --skip-content --path={$path}"; 67 67 if ( $wp_ver ) { 68 68 $cmd .= " --version={$wp_ver}";
Note: See TracChangeset
for help on using the changeset viewer.