We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7923571 commit 1debf78Copy full SHA for 1debf78
src/DB_Command.php
@@ -261,8 +261,6 @@ public function check( $_, $assoc_args ) {
261
262
WP_CLI::debug( 'Associative arguments: ' . json_encode( $assoc_args ), 'db' );
263
WP_CLI::success( 'Database checked.' );
264
- WP_CLI::log( 'To check whether the WordPress DB tables are installed: wp core is-installed', 'db' );
265
- WP_CLI::log( 'To check whether the WordPress DB tables need to be updated: wp core update-db --dry-run', 'db' );
266
}
267
268
/**
0 commit comments