Changeset 118
- Timestamp:
- 08/26/08 20:44:26 (3 months ago)
- Files:
-
- trunk/includes/functions.core.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/includes/functions.core.php
r110 r118 497 497 if ( is_array( $object ) ) { 498 498 foreach ( array_keys( $object ) as $key ) 499 backpress_convert_object( &$object[$key], $output );499 backpress_convert_object( $object[$key], $output ); 500 500 } else { 501 501 switch ( $output ) {
