Changeset 46451 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 10/09/2019 04:26:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r46135 r46451 1531 1531 * Retrieve HTML dropdown (select) content for page list. 1532 1532 * 1533 * @since 2.1.0 1534 * @since 5.3.0 Formalized the existing `...$args` parameter by adding it 1535 * to the function signature. 1536 * 1533 1537 * @uses Walker_PageDropdown to create HTML dropdown content. 1534 * @since 2.1.01535 1538 * @see Walker_PageDropdown::walk() for parameters and return description. 1536 1539 *
Note: See TracChangeset
for help on using the changeset viewer.