Changeset 10353
- Timestamp:
- 01/13/2009 02:45:50 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/functions.php
r10350 r10353 2932 2932 $can_clone = version_compare( phpversion(), '5.0', '>=' ); 2933 2933 } 2934 return $can_clone ? clone $object: $object;2934 return $can_clone ? clone( $object ) : $object; 2935 2935 } 2936 2936
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)