Skip to content

Commit 71b2dd2

Browse files
committed
Docs: Remove an unnecessary @return tag from this filter.
See #63166 git-svn-id: https://develop.svn.wordpress.org/trunk@60233 602fd350-edb4-49c9-b593-d223f7449a82
1 parent f0f936a commit 71b2dd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/wp-includes/general-template.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2289,7 +2289,6 @@ function get_calendar( $args = array() ) {
22892289
* @type bool $display Whether to display the calendar output. Default true.
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 ) );
22952294

0 commit comments

Comments
 (0)