Ticket #11827: patch.2.diff
File patch.2.diff, 1.1 KB (added by , 15 years ago) |
---|
-
wp-includes/class-snoopy.php
1 1 <?php 2 if ( ! in_array('Snoopy', get_declared_classes()) ) :2 if ( !class_exists( 'Snoopy' ) ) : 3 3 /************************************************* 4 4 5 5 Snoopy - the PHP net client -
wp-includes/class-simplepie.php
1 1 <?php 2 if ( !class_exists( 'SimplePie' ) ) : 2 3 /** 3 4 * SimplePie 4 5 * … … 14997 14998 } 14998 14999 } 14999 15000 } 15000 15001 endif; 15001 15002 ?> -
wp-includes/class-json.php
1 1 <?php 2 if ( !class_exists( 'Services_JSON' ) ) : 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 endif; 863 ?>