mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user