Skip to content

Commit

Permalink
Merge pull request #3348 from WordImpress/issue-3345
Browse files Browse the repository at this point in the history
fix(compat): ensure Give doesn't conflict with qTranslate X #3345
  • Loading branch information
ravinderk committed Jun 12, 2018
2 parents 7c84892 + f0a6c23 commit 1b19047
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/class-give-db-meta.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function __construct() {
}

if ( in_array( 'get_post_metadata', $this->supports ) ) {
add_filter( 'get_post_metadata', array( $this, '__get_meta' ), 0, 4 );
add_filter( 'get_post_metadata', array( $this, '__get_meta' ), 10, 4 );
}

if ( in_array( 'update_post_metadata', $this->supports ) ) {
Expand Down

0 comments on commit 1b19047

Please sign in to comment.