Skip to content

Commit 6b26d25

Browse files
Nikschavanschlessera
authored andcommitted
uncomment the function call
1 parent 1b52966 commit 6b26d25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)