diff --git a/includes/class-sensei-teacher.php b/includes/class-sensei-teacher.php index ba2221ac6c..f060eb152f 100755 --- a/includes/class-sensei-teacher.php +++ b/includes/class-sensei-teacher.php @@ -818,8 +818,10 @@ public function filter_queries( $query ) { } /** - * Filter the learners query to show - * only users that belong to the current logged teacher. + * Filter the learners query to only show learners associated to the current teacher. + * + * To determine if a learner is associated to a teacher, we check if the learner has + * progress for a course that belongs to the teacher. * * @since $$next-version$$ *