From c2d8c86b9327c1ece8d5485f96d304da7c842bd1 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 14 Dec 2015 05:20:25 +0000 Subject: [PATCH] Docs: Capitalize 'URL' correctly in `the_guid()` DocBlock. Fix a typo. See #32246. git-svn-id: https://develop.svn.wordpress.org/trunk@35920 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post-template.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/post-template.php b/src/wp-includes/post-template.php index 185bb98f8f..ed2ce12f0e 100644 --- a/src/wp-includes/post-template.php +++ b/src/wp-includes/post-template.php @@ -161,11 +161,11 @@ function get_the_title( $post = 0 ) { /** * Display the Post Global Unique Identifier (guid). * - * The guid will appear to be a link, but should not be used as an link to the + * The guid will appear to be a link, but should not be used as a link to the * post. The reason you should not use it as a link, is because of moving the * blog across domains. * - * Url is escaped to make it xml safe + * URL is escaped to make it XML-safe. * * @since 1.5.0 *