]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/pomo/entry.php
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-includes / pomo / entry.php
index feb5b34cf2fa474883e110c9c76b168b30aad1c0..eb58f89dba0cbe11385c22efc75dc13c61c92556 100644 (file)
@@ -2,12 +2,12 @@
 /**
  * Contains Translation_Entry class
  *
- * @version $Id: entry.php 115 2009-05-11 18:56:15Z nbachiyski $
+ * @version $Id: entry.php 222 2009-09-07 21:14:23Z nbachiyski $
  * @package pomo
  * @subpackage entry
  */
 
-
+if ( !class_exists( 'Translation_Entry' ) ):
 /**
  * Translation_Entry class encapsulates a translatable string
  */
@@ -67,4 +67,4 @@ class Translation_Entry {
                return is_null($this->context)? $this->singular : $this->context.chr(4).$this->singular;
        }
 }
-?>
+endif;
\ No newline at end of file