Skip to content

Commit 1b52966

Browse files
Nikschavanschlessera
authored andcommitted
copy pasta
1 parent 1ca24ab commit 1b52966

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Theme_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public function delete( $args, $assoc_args ) {
833833
* ---
834834
*
835835
* [--skip-update-check]
836-
* : If set, the plugin update check will be skipped.
836+
* : If set, the theme update check will be skipped.
837837
*
838838
* ## AVAILABLE FIELDS
839839
*

src/WP_CLI/CommandWithUpgrade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ protected function _list( $_, $assoc_args ) {
483483

484484
// Force WordPress to check for updates if `--skip-update-check` is not passed.
485485
if ( empty( $assoc_args['skip-update-check'] ) ) {
486-
call_user_func( $this->upgrade_refresh );
486+
// call_user_func( $this->upgrade_refresh );
487487
}
488488

489489
$all_items = $this->get_all_items();

0 commit comments

Comments
 (0)