Make WordPress Core


Ignore:
Timestamp:
06/20/2020 11:16:12 AM (5 years ago)
Author:
SergeyBiryukov
Message:

Docs: Remove an empty line between @param and @return tags, per the documentation standards.

See #49572.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/revision.php

    r47557 r48102  
    1616 * @param int         $compare_from The revision ID to compare from.
    1717 * @param int         $compare_to   The revision ID to come to.
    18  *
    1918 * @return array|bool Associative array of a post's revisioned fields and their diffs.
    2019 *                    Or, false on failure.
     
    162161 * @param int         $selected_revision_id The selected revision ID.
    163162 * @param int         $from                 Optional. The revision ID to compare from.
    164  *
    165163 * @return array An associative array of revision data and related settings.
    166164 */
Note: See TracChangeset for help on using the changeset viewer.