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
This commit is contained in:
Sergey Biryukov 2015-12-14 05:20:25 +00:00
parent f9cd8c4d15
commit c2d8c86b93
1 changed files with 2 additions and 2 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
*