From 267c524a07a107d0cf80f8ab46f5c91956654594 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 1 Jan 2016 18:29:27 +0000 Subject: [PATCH] Docs: Correct `get_page_uri()` description. Props ericlewis. Fixes #35165. Built from https://develop.svn.wordpress.org/trunk@36143 git-svn-id: http://core.svn.wordpress.org/trunk@36109 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/post.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/post.php b/wp-includes/post.php index bf60e5b156..cc8e843878 100644 --- a/wp-includes/post.php +++ b/wp-includes/post.php @@ -4281,7 +4281,7 @@ function _page_traverse_name( $page_id, &$children, &$result ){ } /** - * Build URI for a page. + * Build the URI path for a page. * * Sub pages will be in the "directory" under the parent page post name. * diff --git a/wp-includes/version.php b/wp-includes/version.php index 21af917728..bee3c4e72f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36142'; +$wp_version = '4.5-alpha-36143'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.