Docs: Use a third-person singular verb in the summary for `get_embed_template()`, introduced in [36876].

See #34561, #34278. See #35986.


git-svn-id: https://develop.svn.wordpress.org/trunk@36963 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-03-10 22:08:16 +00:00
parent 32dc4c97e0
commit fd7c2fef96
1 changed files with 2 additions and 1 deletions

View File

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