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). * 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
* *

View File

@ -4,7 +4,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '4.5-alpha-35919'; $wp_version = '4.5-alpha-35920';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.