From c7e1a2ee6d43ba23ba0acee75f4cac252b9863d8 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Fri, 1 Jan 2016 18:28:17 +0000 Subject: [PATCH] Docs: Correct `get_page_uri()` description. Props ericlewis. Fixes #35165. git-svn-id: https://develop.svn.wordpress.org/trunk@36143 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/post.php b/src/wp-includes/post.php index bf60e5b156..cc8e843878 100644 --- a/src/wp-includes/post.php +++ b/src/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. *