Changeset 12079 for trunk/wp-includes/pomo/entry.php
- Timestamp:
- 10/21/2009 07:06:55 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/pomo/entry.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/pomo/entry.php
r11626 r12079 3 3 * Contains Translation_Entry class 4 4 * 5 * @version $Id: entry.php 115 2009-05-11 18:56:15Z nbachiyski $5 * @version $Id: entry.php 222 2009-09-07 21:14:23Z nbachiyski $ 6 6 * @package pomo 7 7 * @subpackage entry 8 8 */ 9 9 10 10 if ( !class_exists( 'Translation_Entry' ) ): 11 11 /** 12 12 * Translation_Entry class encapsulates a translatable string … … 68 68 } 69 69 } 70 ?> 70 endif;
Note: See TracChangeset
for help on using the changeset viewer.