Changeset 49927 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 01/03/2021 10:02:13 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r49193 r49927 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 * @return array| boolAssociative array of a post's revisioned fields and their diffs.18 * @return array|false Associative array of a post's revisioned fields and their diffs. 19 19 * Or, false on failure. 20 20 */
Note: See TracChangeset
for help on using the changeset viewer.