Changeset 48102 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 06/20/2020 11:16:12 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r47557 r48102 16 16 * @param int $compare_from The revision ID to compare from. 17 17 * @param int $compare_to The revision ID to come to. 18 *19 18 * @return array|bool Associative array of a post's revisioned fields and their diffs. 20 19 * Or, false on failure. … … 162 161 * @param int $selected_revision_id The selected revision ID. 163 162 * @param int $from Optional. The revision ID to compare from. 164 *165 163 * @return array An associative array of revision data and related settings. 166 164 */
Note: See TracChangeset
for help on using the changeset viewer.