Changeset 18293
- Timestamp:
- 06/12/2011 08:36:47 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r17681 r18293 562 562 563 563 function wp_clone( $object ) { 564 _deprecated_function( __FUNCTION__, '3.2' );565 566 564 return clone $object; 567 565 }
Note: See TracChangeset
for help on using the changeset viewer.