Changeset 53876 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 08/11/2022 01:53:51 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r53715 r53876 1145 1145 * 1146 1146 * @param array|string $args { 1147 * Optional. Array or string of arguments to generate a page dropdown. See `get_pages()`for additional arguments.1147 * Optional. Array or string of arguments to generate a page dropdown. See get_pages() for additional arguments. 1148 1148 * 1149 1149 * @type int $depth Maximum depth. Default 0. … … 1237 1237 * 1238 1238 * @param array|string $args { 1239 * Optional. Array or string of arguments to generate a list of pages. See `get_pages()`for additional arguments.1239 * Optional. Array or string of arguments to generate a list of pages. See get_pages() for additional arguments. 1240 1240 * 1241 1241 * @type int $child_of Display only the sub-pages of a single page by ID. Default 0 (all pages). … … 1368 1368 * 1369 1369 * @param array|string $args { 1370 * Optional. Array or string of arguments to generate a page menu. See `wp_list_pages()`for additional arguments.1370 * Optional. Array or string of arguments to generate a page menu. See wp_list_pages() for additional arguments. 1371 1371 * 1372 1372 * @type string $sort_column How to sort the list of pages. Accepts post column names.
Note: See TracChangeset
for help on using the changeset viewer.