Make WordPress Core


Ignore:
Timestamp:
06/20/2020 12:57:00 PM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove extra spaces from @param tags.

Per the documentation standards, @param tags should be aligned with each other, but not with the @return tag.

See #49572.

File:
1 edited

Legend:

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

    r47550 r48110  
    301301     * @since 4.8.0
    302302     *
    303      * @param  array $location Should contain 'latitude' and 'longitude' indexes.
     303     * @param array $location Should contain 'latitude' and 'longitude' indexes.
    304304     * @return bool|string false on failure, or a string on success.
    305305     */
     
    362362     * @since 4.8.0
    363363     *
    364      * @param  array $response_body The response which contains the events.
     364     * @param array $response_body The response which contains the events.
    365365     * @return array The response with dates and times formatted.
    366366     */
     
    437437     * @since 4.9.7 Stick a WordCamp to the final list.
    438438     *
    439      * @param  array $response_body The response body which contains the events.
     439     * @param array $response_body The response body which contains the events.
    440440     * @return array The response body with events trimmed.
    441441     */
Note: See TracChangeset for help on using the changeset viewer.