Support

Account

Home Forums Bug Reports WordPress 3.6 Revisions: custom fields no longer tracked Reply To: WordPress 3.6 Revisions: custom fields no longer tracked

  • There is a filter that I am using to force the save of a revision.

    apply_filters( 'wp_save_post_revision_check_for_changes', true, $last_revision, $post ) // from wp-includes/revision.php