From 36e8fa050f8b36f6fe7bbc1e4c8709977045dc40 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Mon, 14 Dec 2015 05:21:26 +0000 Subject: [PATCH] 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 --- wp-includes/post-template.php | 4 ++-- wp-includes/version.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wp-includes/post-template.php b/wp-includes/post-template.php index 185bb98f8f..ed2ce12f0e 100644 --- a/wp-includes/post-template.php +++ b/wp-includes/post-template.php @@ -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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index fc7625e83b..90ef388366 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @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.