Skip to content

Commit 80a88b6

Browse files
committed
Adapt docblock comments
1 parent f2d3764 commit 80a88b6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/DB_Command.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ public function reset( $_, $assoc_args ) {
119119
}
120120

121121
/**
122-
* Removes all tables that have `$table_prefix` from the database.
122+
* Removes all tables with `$table_prefix` from the database.
123123
*
124-
* Runs `DROP_TABLE` for each table that have `$table_prefix`
125-
* specified in wp-config.php.
124+
* Runs `DROP_TABLE` for each table that has a `$table_prefix` as specified
125+
* in wp-config.php.
126126
*
127127
* ## OPTIONS
128128
*
@@ -137,6 +137,7 @@ public function reset( $_, $assoc_args ) {
137137
*
138138
* ## EXAMPLES
139139
*
140+
* # Delete all tables that match the current site prefix.
140141
* $ wp db clean --yes
141142
* Success: Tables dropped.
142143
*

0 commit comments

Comments
 (0)