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:
parent
f9cd8c4d15
commit
c2d8c86b93
@ -161,11 +161,11 @@ function get_the_title( $post = 0 ) {
|
|||||||
/**
|
/**
|
||||||
* Display the Post Global Unique Identifier (guid).
|
* 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
|
* post. The reason you should not use it as a link, is because of moving the
|
||||||
* blog across domains.
|
* blog across domains.
|
||||||
*
|
*
|
||||||
* Url is escaped to make it xml safe
|
* URL is escaped to make it XML-safe.
|
||||||
*
|
*
|
||||||
* @since 1.5.0
|
* @since 1.5.0
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user