Changeset 59909
- Timestamp:
- 03/03/2025 07:57:16 PM (13 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/general-template.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r59908 r59909 2246 2246 * Optional. Arguments for the `get_calendar` function. 2247 2247 * 2248 * @type bool $initial Whether to use initial calendar names. Default true.2249 * @type bool $display Whether to display the calendar output. Default true.2248 * @type bool $initial Whether to use initial calendar names. Default true. 2249 * @type bool $display Whether to display the calendar output. Default true. 2250 2250 * @type string $post_type Optional. Post type. Default 'post'. 2251 2251 * } … … 2285 2285 * Optional. Arguments for the `get_calendar` function. 2286 2286 * 2287 * @type bool $initial Whether to use initial calendar names. Default true.2288 * @type bool $display Whether to display the calendar output. Default true.2287 * @type bool $initial Whether to use initial calendar names. Default true. 2288 * @type bool $display Whether to display the calendar output. Default true. 2289 2289 * @type string $post_type Optional. Post type. Default 'post'. 2290 2290 * } … … 2519 2519 * Optional. Array of display arguments. 2520 2520 * 2521 * @type bool $initial Whether to use initial calendar names. Default true.2522 * @type bool $display Whether to display the calendar output. Default true.2521 * @type bool $initial Whether to use initial calendar names. Default true. 2522 * @type bool $display Whether to display the calendar output. Default true. 2523 2523 * @type string $post_type Optional. Post type. Default 'post'. 2524 2524 * }
Note: See TracChangeset
for help on using the changeset viewer.