Make WordPress Core


Ignore:
Timestamp:
03/25/2018 06:09:56 PM (6 years ago)
Author:
johnbillion
Message:

Docs: Document more parameters and properties using typed array notation.

See #41756

File:
1 edited

Legend:

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

    r42343 r42875  
    131131     * @since 4.1.0
    132132     *
    133      * @param array   $return       Revision UI fields. Each item is an array of id, name and diff.
     133     * @param array[] $return       Array of revision UI fields. Each item is an array of id, name, and diff.
    134134     * @param WP_Post $compare_from The revision post to compare from.
    135135     * @param WP_Post $compare_to   The revision post to compare to.
Note: See TracChangeset for help on using the changeset viewer.