Changeset 10354
- Timestamp:
- 01/13/2009 02:48:30 PM (17 years ago)
- File:
-
- 1 edited
-
branches/2.7/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.7/wp-includes/functions.php
r10351 r10354 2911 2911 $can_clone = version_compare( phpversion(), '5.0', '>=' ); 2912 2912 } 2913 return $can_clone ? clone $object: $object;2913 return $can_clone ? clone( $object ) : $object; 2914 2914 } 2915 2915
Note: See TracChangeset
for help on using the changeset viewer.