Docs: Use a third-person singular verb in the summary for `get_embed_template()`, introduced in [36876].
See #34561, #34278. See #35986. Built from https://develop.svn.wordpress.org/trunk@36963 git-svn-id: http://core.svn.wordpress.org/trunk@36931 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c29baeb9b8
commit
b533878fa2
|
@ -405,7 +405,8 @@ function get_single_template() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieve path of embed template in current or parent template.
|
||||
* Retrieves and embed template path in the current or parent template.
|
||||
*
|
||||
* By default the WordPress-template is returned.
|
||||
*
|
||||
* The template path is filterable via the dynamic {@see '$type_template'} hook,
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta3-36962';
|
||||
$wp_version = '4.5-beta3-36963';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue