Changeset 53391 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 05/11/2022 01:20:13 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r53318 r53391 1205 1205 1206 1206 /** 1207 * Filters the HTML output of a list of pages as a drop 1207 * Filters the HTML output of a list of pages as a dropdown. 1208 1208 * 1209 1209 * @since 2.1.0 1210 1210 * @since 4.4.0 `$parsed_args` and `$pages` added as arguments. 1211 1211 * 1212 * @param string $output HTML output for drop 1212 * @param string $output HTML output for dropdown list of pages. 1213 1213 * @param array $parsed_args The parsed arguments array. See wp_dropdown_pages() 1214 1214 * for information on accepted arguments.
Note: See TracChangeset
for help on using the changeset viewer.