diff --git a/mod/forum/lib.php b/mod/forum/lib.php index e1aa7cec89d..035bfb6dfa2 100644 --- a/mod/forum/lib.php +++ b/mod/forum/lib.php @@ -2278,14 +2278,9 @@ function forum_print_post(&$post, $courseid, $ownpost=false, $reply=false, $link } } - if ($post->parent) { - if ($threadedmode) { - $commands[] = ''.$strparent.''; - } else { - $commands[] = ''.$strparent.''; - } + if ($post->parent) { // Zoom in to the parent specifically + $commands[] = ''.$strparent.''; } $forumtype = get_field('forum', 'type', 'id', $post->forum);