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
This commit is contained in:
Drew Jaynes 2015-07-13 21:58:23 +00:00
parent 78548dd49d
commit 0b9afe692d
1 changed files with 2 additions and 2 deletions

View File

@ -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
*