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.