From 3d331e46f1140f4b01653acf768f41651f049dbc Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Thu, 10 Mar 2016 02:54:33 +0000 Subject: [PATCH] Docs: Improve the DocBlock summary for `the_embed_site_title()`, introduced in [36693]. See #34561. See #35986. git-svn-id: https://develop.svn.wordpress.org/trunk@36923 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/embed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/embed.php b/src/wp-includes/embed.php index b002b5cc95..265d42acf6 100644 --- a/src/wp-includes/embed.php +++ b/src/wp-includes/embed.php @@ -1055,7 +1055,7 @@ function print_embed_sharing_dialog() { } /** - * Prints the necessary markup for the site title. + * Prints the necessary markup for the site title in an embed template. * * @since 4.5.0 */