Changeset 19593 for trunk/wp-includes/load.php
- Timestamp:
- 12/13/2011 11:45:31 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r18827 r19593 569 569 570 570 function wp_clone( $object ) { 571 // Use parens for clone to accommodate PHP 4. 571 // Use parens for clone to accommodate PHP 4. See #17880 572 572 return clone( $object ); 573 573 }
Note: See TracChangeset
for help on using the changeset viewer.