Changeset 32672 for trunk/src/wp-includes/pomo/entry.php
- Timestamp:
- 05/31/2015 03:17:50 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/pomo/entry.php
r22349 r32672 67 67 } 68 68 69 /** 70 * @param object $other 71 */ 69 72 function merge_with(&$other) { 70 73 $this->flags = array_unique( array_merge( $this->flags, $other->flags ) );
Note: See TracChangeset
for help on using the changeset viewer.