Make WordPress Core


Ignore:
Timestamp:
06/11/2017 11:09:21 AM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove duplicate @return keyword in WP_Community_Events::get_request_args.

Props ketuchetan.
Fixes #40973.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/class-wp-community-events.php

    r40790 r40895  
    175175     * @since 4.8.0
    176176     *
    177      * @param  string $search   Optional. City search string. Default empty string.
    178      * @param  string $timezone Optional. Timezone string. Default empty string.
    179      * @return @return array The request args.
     177     * @param string $search   Optional. City search string. Default empty string.
     178     * @param string $timezone Optional. Timezone string. Default empty string.
     179     * @return array The request args.
    180180     */
    181181    protected function get_request_args( $search = '', $timezone = '' ) {
Note: See TracChangeset for help on using the changeset viewer.