Make WordPress Core

Changeset 60233


Ignore:
Timestamp:
05/12/2025 02:03:34 PM (38 hours ago)
Author:
johnbillion
Message:

Docs: Remove an unnecessary @return tag from this filter.

See #63166

File:
1 edited

Legend:

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

    r60121 r60233  
    22902290     *     @type string $post_type Optional. Post type. Default 'post'.
    22912291     * }
    2292      * @return array The arguments for the `get_calendar` function.
    22932292     */
    22942293    $args = apply_filters( 'get_calendar_args', wp_parse_args( $args, $defaults ) );
Note: See TracChangeset for help on using the changeset viewer.