From 5041510529bda6a2db3e8f0a6dfa88bca52fb4c3 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 11 Jun 2017 11:10:43 +0000 Subject: [PATCH] Docs: Remove duplicate `@return` keyword in `WP_Community_Events::get_request_args`. Props ketuchetan. Fixes #40973. Built from https://develop.svn.wordpress.org/trunk@40895 git-svn-id: http://core.svn.wordpress.org/trunk@40745 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/includes/class-wp-community-events.php | 6 +++--- wp-includes/version.php | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wp-admin/includes/class-wp-community-events.php b/wp-admin/includes/class-wp-community-events.php index 9a41459740..cfe12fd52c 100644 --- a/wp-admin/includes/class-wp-community-events.php +++ b/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( diff --git a/wp-includes/version.php b/wp-includes/version.php index 01de9a8935..6e8d768fb5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-40894'; +$wp_version = '4.9-alpha-40895'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.