Docs: Capitalize 'URL' correctly in the_guid() DocBlock. Fix a typo.

See #32246.
Built from https://develop.svn.wordpress.org/trunk@35920


git-svn-id: http://core.svn.wordpress.org/trunk@35884 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov
2015-12-14 05:21:26 +00:00
parent e8b2a769ee
commit 36e8fa050f
2 changed files with 3 additions and 3 deletions

View File

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