Changeset 55927
- Timestamp:
- 06/16/2023 11:21:59 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r54315 r55927 109 109 $this->flags = array_unique( array_merge( $this->flags, $other->flags ) ); 110 110 $this->references = array_unique( array_merge( $this->references, $other->references ) ); 111 if ( $this->extracted_comments != $other->extracted_comments ) {111 if ( $this->extracted_comments !== $other->extracted_comments ) { 112 112 $this->extracted_comments .= $other->extracted_comments; 113 113 }
Note: See TracChangeset
for help on using the changeset viewer.