Changeset 22349 for trunk/wp-includes/pomo/entry.php
- Timestamp:
- 10/31/2012 10:13:51 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/entry.php
r18528 r22349 3 3 * Contains Translation_Entry class 4 4 * 5 * @version $Id: entry.php 621 2011-06-13 12:21:50Z nbachiyski $5 * @version $Id: entry.php 718 2012-10-31 00:32:02Z nbachiyski $ 6 6 * @package pomo 7 7 * @subpackage entry … … 66 66 return is_null($this->context)? $this->singular : $this->context.chr(4).$this->singular; 67 67 } 68 68 69 69 function merge_with(&$other) { 70 70 $this->flags = array_unique( array_merge( $this->flags, $other->flags ) ); … … 73 73 $this->extracted_comments .= $other->extracted_comments; 74 74 } 75 75 76 76 } 77 77 }
Note: See TracChangeset
for help on using the changeset viewer.