Make WordPress Core

Changeset 52794


Ignore:
Timestamp:
02/24/2022 01:31:58 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add missing descriptions for some parameters of WP_Walker::paged_walk().

Props bhrugesh12.
Fixes #55225.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-walker.php

    r52652 r52794  
    277277         *              to the function signature.
    278278         *
    279          * @param array $elements
     279         * @param array $elements  An array of elements.
    280280         * @param int   $max_depth The maximum hierarchical depth.
    281281         * @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.
    283283         * @param mixed ...$args   Optional additional arguments.
    284284         * @return string XHTML of the specified page of elements
Note: See TracChangeset for help on using the changeset viewer.