We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0908bf5 commit 6d207f7Copy full SHA for 6d207f7
src/DB_Command.php
@@ -226,6 +226,9 @@ public function clean( $_, $assoc_args ) {
226
* [See docs](http://dev.mysql.com/doc/refman/5.7/en/check-table.html)
227
* for more details on the `CHECK TABLE` statement.
228
*
229
+ * This command does not check whether WordPress is installed;
230
+ * to do that run `wp core is-installed`.
231
+ *
232
* ## OPTIONS
233
234
* [--dbuser=<value>]
0 commit comments