Skip to content

Commit 4d7efa9

Browse files
committed
fix: update error wording
1 parent 8446de9 commit 4d7efa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/wp-cli/class-orchestrate-sites.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ private function display_sites( $num_groups = 1, $group = 0 ) {
6868

6969
$site_count = get_sites( array_merge( [ 'count' => 1 ], $site_query ) );
7070
if ( $site_count > 10000 ) {
71-
trigger_error( 'Cron-Control: This multisite has more than 10000 subsites, currently unsupported.', E_USER_WARNING );
71+
trigger_error( 'Cron-Control: This multisite has more than 10000 active subsites, currently unsupported.', E_USER_WARNING );
7272
}
7373

7474
// Keep the query simple, then process the results.

0 commit comments

Comments
 (0)