Skip to content

Commit 171380d

Browse files
committed
2 since we're using >= to compare
1 parent d6b7faf commit 171380d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

classes/suggested-tasks/data-collector/class-terms-without-description.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class Terms_Without_Description extends Base_Data_Collector {
2626
*
2727
* @var int
2828
*/
29-
protected const MIN_POSTS = 1;
29+
protected const MIN_POSTS = 2;
3030

3131
/**
3232
* Initialize the data collector.

0 commit comments

Comments
 (0)