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:
@@ -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
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user