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

See #34093.


Built from https://develop.svn.wordpress.org/trunk@59909


git-svn-id: http://core.svn.wordpress.org/trunk@59251 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb 2025-03-03 19:59:24 +00:00
parent f4c1c5778e
commit c06ff46877
2 changed files with 7 additions and 7 deletions

View File

@ -2245,8 +2245,8 @@ function calendar_week_mod( $num ) {
* @param array $args { * @param array $args {
* Optional. Arguments for the `get_calendar` function. * Optional. Arguments for the `get_calendar` function.
* *
* @type bool $initial Whether to use initial calendar names. Default true. * @type bool $initial Whether to use initial calendar names. Default true.
* @type bool $display Whether to display the calendar output. Default true. * @type bool $display Whether to display the calendar output. Default true.
* @type string $post_type Optional. Post type. Default 'post'. * @type string $post_type Optional. Post type. Default 'post'.
* } * }
* @return void|string Void if `$display` argument is true, calendar HTML if `$display` is false. * @return void|string Void if `$display` argument is true, calendar HTML if `$display` is false.
@ -2284,8 +2284,8 @@ function get_calendar( $args = array() ) {
* @param array $args { * @param array $args {
* Optional. Arguments for the `get_calendar` function. * Optional. Arguments for the `get_calendar` function.
* *
* @type bool $initial Whether to use initial calendar names. Default true. * @type bool $initial Whether to use initial calendar names. Default true.
* @type bool $display Whether to display the calendar output. Default true. * @type bool $display Whether to display the calendar output. Default true.
* @type string $post_type Optional. Post type. Default 'post'. * @type string $post_type Optional. Post type. Default 'post'.
* } * }
* @return array The arguments for the `get_calendar` function. * @return array The arguments for the `get_calendar` function.
@ -2518,8 +2518,8 @@ function get_calendar( $args = array() ) {
* @param array $args { * @param array $args {
* Optional. Array of display arguments. * Optional. Array of display arguments.
* *
* @type bool $initial Whether to use initial calendar names. Default true. * @type bool $initial Whether to use initial calendar names. Default true.
* @type bool $display Whether to display the calendar output. Default true. * @type bool $display Whether to display the calendar output. Default true.
* @type string $post_type Optional. Post type. Default 'post'. * @type string $post_type Optional. Post type. Default 'post'.
* } * }
*/ */

View File

@ -16,7 +16,7 @@
* *
* @global string $wp_version * @global string $wp_version
*/ */
$wp_version = '6.8-alpha-59908'; $wp_version = '6.8-alpha-59909';
/** /**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema. * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.