Skip to content

Commit dea348d

Browse files
authored
Changed Documentation format
Previous version broke formatting.
1 parent 50e0426 commit dea348d

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

src/DB_Command.php

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -958,14 +958,20 @@ public function import( $args, $assoc_args ) {
958958
*
959959
* [--scope=<scope>]
960960
* : List tables based on the scope.
961+
*
962+
* - all: returns 'all' and 'global' tables. No old tables are returned.
963+
* - blog: returns the blog-level tables for the queried blog.
964+
* - global: returns the global tables for the installation, returning multisite tables only on multisite.
965+
* - ms_global: returns the multisite global tables, regardless if current installation is multisite.
966+
* - old: returns tables which are deprecated.
961967
* ---
962968
* default: all
963969
* options:
964-
* - all - returns 'all' and 'global' tables. No old tables are returned.
965-
* - blog - returns the blog-level tables for the queried blog.
966-
* - global - returns the global tables for the installation, returning multisite tables only on multisite.
967-
* - ms_global - returns the multisite global tables, regardless if current installation is multisite.
968-
* - old - returns tables which are deprecated.
970+
* - all
971+
* - blog
972+
* - global
973+
* - ms_global
974+
* - old
969975
* ---
970976
*
971977
* [--network]

0 commit comments

Comments
 (0)