File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
You can’t perform that action at this time.
0 commit comments