Changeset 52332 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 12/07/2021 12:18:50 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r50505 r52332 17 17 * @param int $compare_to The revision ID to come to. 18 18 * @return array|false Associative array of a post's revisioned fields and their diffs. 19 * Or, false on failure.19 * Or, false on failure. 20 20 */ 21 21 function wp_get_revision_ui_diff( $post, $compare_from, $compare_to ) {
Note: See TracChangeset
for help on using the changeset viewer.