Changeset 52794
- Timestamp:
- 02/24/2022 01:31:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-walker.php
r52652 r52794 277 277 * to the function signature. 278 278 * 279 * @param array $elements 279 * @param array $elements An array of elements. 280 280 * @param int $max_depth The maximum hierarchical depth. 281 281 * @param int $page_num The specific page number, beginning with 1. 282 * @param int $per_page 282 * @param int $per_page Number of elements per page. 283 283 * @param mixed ...$args Optional additional arguments. 284 284 * @return string XHTML of the specified page of elements
Note: See TracChangeset
for help on using the changeset viewer.