diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php index 32aed52b95..6b851dda8b 100644 --- a/src/wp-includes/template.php +++ b/src/wp-includes/template.php @@ -383,9 +383,9 @@ function get_single_template() { } /** - * Retrieve path of singular template in current or parent template. + * Retrieves the path of the singular template in current or parent template. * - * The template path is filterable via the 'singular_template' hook. + * The template path is filterable via the {@see 'singular_template'} hook. * * @since 4.3.0 *