mirror of
git://develop.git.wordpress.org/
synced 2025-03-23 21:39:50 +01:00
Docs: Add missing descriptions for some parameters of WP_Walker::paged_walk()
.
Props bhrugesh12. Fixes #55225. git-svn-id: https://develop.svn.wordpress.org/trunk@52794 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
44e308c12e
commit
33f3f1bbfd
@ -276,10 +276,10 @@ class Walker {
|
||||
* @since 5.3.0 Formalized the existing `...$args` parameter by adding it
|
||||
* to the function signature.
|
||||
*
|
||||
* @param array $elements
|
||||
* @param array $elements An array of elements.
|
||||
* @param int $max_depth The maximum hierarchical depth.
|
||||
* @param int $page_num The specific page number, beginning with 1.
|
||||
* @param int $per_page
|
||||
* @param int $per_page Number of elements per page.
|
||||
* @param mixed ...$args Optional additional arguments.
|
||||
* @return string XHTML of the specified page of elements
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user