Ticket #11827: patch-class-json.diff
File patch-class-json.diff, 418 bytes (added by , 15 years ago) |
---|
-
class-json.php
1 1 <?php 2 if ( !in_array('Services_JSON', get_declared_classes() ) ) 2 3 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ 3 4 /** 4 5 * Converts to and from JSON format. … … 858 859 } 859 860 860 861 } 862 863 endif; 864 No newline at end of file