This page redirects to an external site: https://developer.wordpress.org/reference/functions/get_comments_popup_template/
Retrieve path of comment popup template in current or parent template.
Checks for comment popup template file comments-popup.php in the current template, if it exists there, or in the parent template. If that fails, it may look for a deprecated default file in wp-includes/theme-compat.
<?php get_comments_popup_template() ?>
None.
Since: 1.5.0. After 3.0: Default file deprecated.
get_comments_popup_template() is located in wp-includes/template.php.