Changeset 12705
- Timestamp:
- 01/12/2010 01:22:43 PM (16 years ago)
- Location:
- trunk/wp-includes
- Files:
-
- 3 edited
-
class-json.php (modified) (2 diffs)
-
class-simplepie.php (modified) (2 diffs)
-
class-snoopy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/class-json.php
r12491 r12705 1 1 <?php 2 if ( !class_exists( 'Services_JSON' ) ) : 2 3 /* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ 3 4 /** … … 859 860 860 861 } 862 endif; 863 ?> -
trunk/wp-includes/class-simplepie.php
r12528 r12705 1 1 <?php 2 if ( !class_exists( 'SimplePie' ) ) : 2 3 /** 3 4 * SimplePie … … 14998 14999 } 14999 15000 } 15000 15001 endif; 15001 15002 ?> -
trunk/wp-includes/class-snoopy.php
r9308 r12705 1 1 <?php 2 if ( ! in_array('Snoopy', get_declared_classes()) ) :2 if ( !class_exists( 'Snoopy' ) ) : 3 3 /************************************************* 4 4
Note: See TracChangeset
for help on using the changeset viewer.