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 a5ba93d commit f93c39cCopy full SHA for f93c39c
src/DB_Command.php
@@ -660,9 +660,9 @@ public function tables( $args, $assoc_args ) {
660
* - gb (gigabytes)
661
* - tb (terabytes)
662
* - B (ISO Byte setting, with no conversion)
663
- * - KB (ISO Kilobyte setting, with 1 kB = 1,000 B)
+ * - KB (ISO Kilobyte setting, with 1 KB = 1,000 B)
664
* - KiB (ISO Kibibyte setting, with 1 KiB = 1,024 B)
665
- * - MB (ISO Megabyte setting, with 1 MB = 1,000 kB)
+ * - MB (ISO Megabyte setting, with 1 MB = 1,000 KB)
666
* - MiB (ISO Mebibyte setting, with 1 MiB = 1,024 KiB)
667
* - GB (ISO Gigabyte setting, with 1 GB = 1,000 MB)
668
* - GiB (ISO Gibibyte setting, with 1 GiB = 1,024 MiB)
0 commit comments