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 f2d3764 commit 80a88b6Copy full SHA for 80a88b6
src/DB_Command.php
@@ -119,10 +119,10 @@ public function reset( $_, $assoc_args ) {
119
}
120
121
/**
122
- * Removes all tables that have `$table_prefix` from the database.
+ * Removes all tables with `$table_prefix` from the database.
123
*
124
- * Runs `DROP_TABLE` for each table that have `$table_prefix`
125
- * specified in wp-config.php.
+ * Runs `DROP_TABLE` for each table that has a `$table_prefix` as specified
+ * in wp-config.php.
126
127
* ## OPTIONS
128
@@ -137,6 +137,7 @@ public function reset( $_, $assoc_args ) {
137
138
* ## EXAMPLES
139
140
+ * # Delete all tables that match the current site prefix.
141
* $ wp db clean --yes
142
* Success: Tables dropped.
143
0 commit comments