Skip to content

Commit fe8aa9e

Browse files
authored
Merge pull request #312 from johnbillion/site-list-home
2 parents b6a020b + 824fcfe commit fe8aa9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Site_Command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -614,7 +614,7 @@ public function list_( $args, $assoc_args ) {
614614
$iterator = Utils\iterator_map(
615615
$iterator,
616616
function( $blog ) {
617-
$blog->url = trailingslashit( get_site_url( $blog->blog_id ) );
617+
$blog->url = trailingslashit( get_home_url( $blog->blog_id ) );
618618
return $blog;
619619
}
620620
);

0 commit comments

Comments
 (0)