Docs: Miscellaneous docblock corrections.

See #32246


git-svn-id: https://develop.svn.wordpress.org/trunk@36069 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
John Blackbourn
2015-12-23 06:30:09 +00:00
parent ec7fa69ef4
commit a6556195d8
6 changed files with 9 additions and 9 deletions

View File

@@ -4268,8 +4268,8 @@ function get_page_hierarchy( &$pages, $page_id = 0 ) {
* @see _page_traverse_name()
*
* @param int $page_id Page ID.
* @param array &$children Parent-children relations, passed by reference.
* @param array &$result Result, passed by reference.
* @param array $children Parent-children relations, passed by reference.
* @param array $result Result, passed by reference.
*/
function _page_traverse_name( $page_id, &$children, &$result ){
if ( isset( $children[ $page_id ] ) ){