Changeset 46823 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 12/06/2019 10:41:26 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r46603 r46823 13 13 * @since 3.6.0 14 14 * 15 * @param object|int $post The post object. Also accepts apost ID.16 * @param int $compare_from The revision ID to compare from.17 * @param int $compare_to The revision ID to come to.15 * @param WP_Post|int $post The post object or post ID. 16 * @param int $compare_from The revision ID to compare from. 17 * @param int $compare_to The revision ID to come to. 18 18 * 19 19 * @return array|bool Associative array of a post's revisioned fields and their diffs. … … 159 159 * @since 3.6.0 160 160 * 161 * @param object|int $post The post object. Also accepts apost ID.162 * @param int $selected_revision_id The selected revision ID.163 * @param int $from Optional. The revision ID to compare from.161 * @param WP_Post|int $post The post object or post ID. 162 * @param int $selected_revision_id The selected revision ID. 163 * @param int $from Optional. The revision ID to compare from. 164 164 * 165 165 * @return array An associative array of revision data and related settings.
Note: See TracChangeset
for help on using the changeset viewer.