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
This commit is contained in:
Sergey Biryukov 2016-01-01 18:29:27 +00:00
parent 78e6aa46c1
commit 267c524a07
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -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.