Fix inline documentation syntax in the DocBlock for `get_singular_template()`, added in 4.3.
See [32846]. See #32891. Built from https://develop.svn.wordpress.org/trunk@33239 git-svn-id: http://core.svn.wordpress.org/trunk@33211 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
137357b769
commit
08ad571942
|
@ -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
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33238';
|
||||
$wp_version = '4.3-beta2-33239';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue