Changeset 53318 for trunk/src/wp-includes/post-template.php
- Timestamp:
- 04/29/2022 07:27:00 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/post-template.php
r52935 r53318 1260 1260 * @type string $item_spacing Whether to preserve whitespace within the menu's HTML. Accepts 'preserve' or 'discard'. 1261 1261 * Default 'preserve'. 1262 * @type Walker $walker Walker instance to use for listing pages. Default empty (Walker_Page). 1262 * @type Walker $walker Walker instance to use for listing pages. Default empty which results in a 1263 * Walker_Page instance being used. 1263 1264 * } 1264 1265 * @return void|string Void if 'echo' argument is true, HTML list of pages if 'echo' is false. … … 1382 1383 * @type string $item_spacing Whether to preserve whitespace within the menu's HTML. Accepts 'preserve' 1383 1384 * or 'discard'. Default 'discard'. 1384 * @type Walker $walker Walker instance to use for listing pages. Default empty (Walker_Page). 1385 * @type Walker $walker Walker instance to use for listing pages. Default empty which results in a 1386 * Walker_Page instance being used. 1385 1387 * } 1386 1388 * @return void|string Void if 'echo' argument is true, HTML menu if 'echo' is false.
Note: See TracChangeset
for help on using the changeset viewer.