Skip to content

Commit

Permalink
Syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes authored Mar 17, 2018
1 parent 4aae56a commit 77696a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wp-post-meta-revisions.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function __construct() {
add_filter( 'wp_save_post_revision_post_has_changed', array( $this, '_wp_check_revisioned_meta_fields_have_changed' ), 10, 3 );

// When `the_preview` is run, automatically add the metadata filter.
add_filter( 'the_preview', array( $this, '_add_metadata_preview_filter' );
add_filter( 'the_preview', array( $this, '_add_metadata_preview_filter' ) );
}

/**
Expand Down

0 comments on commit 77696a1

Please sign in to comment.