rebase on oct-10-2023
This commit is contained in:
@@ -108,7 +108,7 @@ if ( ! class_exists( 'Translation_Entry', false ) ) :
|
||||
public function merge_with( &$other ) {
|
||||
$this->flags = array_unique( array_merge( $this->flags, $other->flags ) );
|
||||
$this->references = array_unique( array_merge( $this->references, $other->references ) );
|
||||
if ( $this->extracted_comments != $other->extracted_comments ) {
|
||||
if ( $this->extracted_comments !== $other->extracted_comments ) {
|
||||
$this->extracted_comments .= $other->extracted_comments;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user