Skip to content

Commit e649e4b

Browse files
authored
Clarify url field in wp site list docs (#401)
1 parent c971625 commit e649e4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

src/Site_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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).

0 commit comments

Comments
 (0)