Make WordPress Core

Changeset 59909


Ignore:
Timestamp:
03/03/2025 07:57:16 PM (13 months ago)
Author:
audrasjb
Message:

Docs: Param indentation improvements in get_calendar() function and hooks.

See #34093.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/general-template.php

    r59908 r59909  
    22462246 *     Optional. Arguments for the `get_calendar` function.
    22472247 *
    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.
    22502250 *     @type string $post_type Optional. Post type. Default 'post'.
    22512251 * }
     
    22852285     *     Optional. Arguments for the `get_calendar` function.
    22862286     *
    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.
    22892289     *     @type string $post_type Optional. Post type. Default 'post'.
    22902290     * }
     
    25192519     *     Optional. Array of display arguments.
    25202520     *
    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.
    25232523     *     @type string $post_type Optional. Post type. Default 'post'.
    25242524     * }
Note: See TracChangeset for help on using the changeset viewer.