]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/class-json.php
Wordpress 3.0-scripts
[autoinstalls/wordpress.git] / wp-includes / class-json.php
index 207c1774d74657ad94178ee4e870bd59e7f76137..7582609a66cc49b680dcef1b68ab53fda8fcd78e 100644 (file)
@@ -1,4 +1,5 @@
 <?php
 <?php
+if ( !class_exists( 'Services_JSON' ) ) :
 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
 /**
  * Converts to and from JSON format.
 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */
 /**
  * Converts to and from JSON format.
@@ -858,3 +859,5 @@ if (class_exists('PEAR_Error')) {
        }
 
 }
        }
 
 }
+endif;
+?>