Make WordPress Core

Changeset 35352


Ignore:
Timestamp:
10/22/2015 12:16:48 PM (9 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct description for _wp_post_revision_fields() arguments.

See #13382.

File:
1 edited

Legend:

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

    r35170 r35352  
    1919 * @staticvar array $fields
    2020 *
    21  * @param array $post     Optional. A post array to be processed for insertion as a post revision.
    22  * @param bool  $autosave Optional. Is the revision an autosave?
     21 * @param array|null $post     Optional. A post array to be processed for insertion as a post revision. Default null.
     22 * @param bool       $autosave Optional. Is the revision an autosave? Default false.
    2323 * @return array Post array ready to be inserted as a post revision or array of fields that can be versioned.
    2424 */
Note: See TracChangeset for help on using the changeset viewer.