File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3429,7 +3429,7 @@ wp site list [--network=<id>] [--<field>=<value>] [--site__in=<value>] [--field=
34293429
34303430 [--<field>=<value>]
34313431 Filter by one or more fields (see "Available Fields" section). However,
3432- 'url' isn't an available filter, because it's created from domain + path .
3432+ 'url' isn't an available filter, as it comes from 'home' in wp_options .
34333433
34343434 [--site__in=<value>]
34353435 Only list the sites with these blog_id values (comma-separated).
Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ private function get_network( $network_id ) {
513513 *
514514 * [--<field>=<value>]
515515 * : Filter by one or more fields (see "Available Fields" section). However,
516- * 'url' isn't an available filter, because it's created from domain + path .
516+ * 'url' isn't an available filter, as it comes from 'home' in wp_options .
517517 *
518518 * [--site__in=<value>]
519519 * : Only list the sites with these blog_id values (comma-separated).
You can’t perform that action at this time.
0 commit comments