Skip to content

Commit 2095384

Browse files
committed
Merge pull request #263 from Automattic/hotfix/261-set-flag-correctly-master
Merge to Master – Set the flag correctly to re-allow updates to meta
2 parents c4faa56 + 8138c9a commit 2095384

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

class-post-public.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ public function updated_post_meta( $meta_id, $post_id, $meta_key, $meta_value )
437437
update_post_meta( $translation->ID, $meta_key, $meta_value );
438438
}
439439

440-
$this->updated_post_meta = false;
440+
$this->no_meta_recursion = false;
441441
}
442442

443443
/**

0 commit comments

Comments
 (0)