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