Changeset 57644 for trunk/src/wp-admin/includes/revision.php
- Timestamp:
- 02/16/2024 09:45:18 PM (11 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/revision.php
r56548 r57644 86 86 * @param WP_Post $compare_from The revision post object to compare to or from. 87 87 * @param string $context The context of whether the current revision is the old 88 * or the new one. Values are'to' or 'from'.88 * or the new one. Either 'to' or 'from'. 89 89 */ 90 90 $content_from = $compare_from ? apply_filters( "_wp_post_revision_field_{$field}", $compare_from->$field, $field, $compare_from, 'from' ) : '';
Note: See TracChangeset
for help on using the changeset viewer.