From 0b9afe692d86920e2a3d7fdf81935bef9c6d029f Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Mon, 13 Jul 2015 21:58:23 +0000 Subject: [PATCH] Fix inline documentation syntax in the DocBlock for `get_singular_template()`, added in 4.3. See [32846]. See #32891. git-svn-id: https://develop.svn.wordpress.org/trunk@33239 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 *