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/plugin-install.php

    r48059 r48110  
    421421 * @since 3.0.0
    422422 *
    423  * @param  array|object $api  Data about the plugin retrieved from the API.
    424  * @param  bool         $loop Optional. Disable further loops. Default false.
     423 * @param array|object $api  Data about the plugin retrieved from the API.
     424 * @param bool         $loop Optional. Disable further loops. Default false.
    425425 * @return array {
    426426 *     Plugin installation status data.
Note: See TracChangeset for help on using the changeset viewer.