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:
Drew Jaynes 2015-07-13 21:59:24 +00:00
parent 137357b769
commit 08ad571942
2 changed files with 3 additions and 3 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
*

View File

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