From fd7c2fef96c3214560c295ea52811447e479cea4 Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 22:08:16 +0000 Subject: [PATCH] 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 --- src/wp-includes/template.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/wp-includes/template.php b/src/wp-includes/template.php index 032243a289..d54a35c4ae 100644 --- a/src/wp-includes/template.php +++ b/src/wp-includes/template.php @@ -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,