From ef2789b737d20c0d88a8d61773e7c559fe5fe8fb Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 11 Jun 2017 11:09:21 +0000 Subject: [PATCH] Docs: Remove duplicate `@return` keyword in `WP_Community_Events::get_request_args`. Props ketuchetan. Fixes #40973. git-svn-id: https://develop.svn.wordpress.org/trunk@40895 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-wp-community-events.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/includes/class-wp-community-events.php b/src/wp-admin/includes/class-wp-community-events.php index 9a41459740..cfe12fd52c 100644 --- a/src/wp-admin/includes/class-wp-community-events.php +++ b/src/wp-admin/includes/class-wp-community-events.php @@ -174,9 +174,9 @@ class WP_Community_Events { * @access protected * @since 4.8.0 * - * @param string $search Optional. City search string. Default empty string. - * @param string $timezone Optional. Timezone string. Default empty string. - * @return @return array The request args. + * @param string $search Optional. City search string. Default empty string. + * @param string $timezone Optional. Timezone string. Default empty string. + * @return array The request args. */ protected function get_request_args( $search = '', $timezone = '' ) { $args = array(