Changeset 25420
- Timestamp:
- 09/12/2013 11:14:55 PM (12 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/revision.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r25419 r25420 86 86 * @since 3.6.0 87 87 * 88 * @param object|int $post The post object. Also accepts a post ID.89 * @param int $selected_revision_id The selected revision ID.90 * @param int $from Optional. The revision ID to compare from.88 * @param object|int $post The post object. Also accepts a post ID. 89 * @param int $selected_revision_id The selected revision ID. 90 * @param int $from Optional. The revision ID to compare from. 91 91 * 92 92 * @return array An associative array of revision data and related settings.
Note: See TracChangeset
for help on using the changeset viewer.