We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f230f0 commit 5a3d897Copy full SHA for 5a3d897
classes/Lesson.php
@@ -717,6 +717,7 @@ public function reply_lesson_comment() {
717
array(
718
'post_id' => $lesson_id,
719
'parent' => $parent_id,
720
+ 'order' => 'ASC',
721
)
722
);
723
templates/learning-area/lesson/comment-replies.php
@@ -20,6 +20,7 @@
20
21
22
'parent' => $comment_item->comment_ID,
23
24
25
26
$reply_count = is_array( $replies ) ? count( $replies ) : 0;
0 commit comments