mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-18 12:35:03 +00:00
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:
parent
678b53cb45
commit
5041510529
@ -176,7 +176,7 @@ class WP_Community_Events {
|
|||||||
*
|
*
|
||||||
* @param string $search Optional. City search string. Default empty string.
|
* @param string $search Optional. City search string. Default empty string.
|
||||||
* @param string $timezone Optional. Timezone string. Default empty string.
|
* @param string $timezone Optional. Timezone string. Default empty string.
|
||||||
* @return @return array The request args.
|
* @return array The request args.
|
||||||
*/
|
*/
|
||||||
protected function get_request_args( $search = '', $timezone = '' ) {
|
protected function get_request_args( $search = '', $timezone = '' ) {
|
||||||
$args = array(
|
$args = array(
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user