Docs: Correct a typo in the DocBlock summary for `get_embed_template()`, introduced in [36963].
Props swissspidy. See #34561, #34278. See #35986. Built from https://develop.svn.wordpress.org/trunk@36965 git-svn-id: http://core.svn.wordpress.org/trunk@36933 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
fd1f45a7cf
commit
2e0866bcbc
|
@ -405,7 +405,7 @@ function get_single_template() {
|
|||
}
|
||||
|
||||
/**
|
||||
* Retrieves and embed template path in the current or parent template.
|
||||
* Retrieves an embed template path in the current or parent template.
|
||||
*
|
||||
* By default the WordPress-template is returned.
|
||||
*
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.5-beta3-36964';
|
||||
$wp_version = '4.5-beta3-36965';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue