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
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user