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:
parent
78e6aa46c1
commit
267c524a07
|
@ -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.
|
||||
*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue