Docs: Correct a typo in the DocBlock summary for `get_embed_template()`, introduced in [36963].

Props swissspidy.
See #34561, #34278. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@36965 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-10 22:44:15 +00:00
parent 2a2539402f
commit deaabdcc28
1 changed files with 1 additions and 1 deletions

View File

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