Changeset 17681 for trunk/wp-includes/load.php
- Timestamp:
- 04/22/2011 05:46:02 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/load.php
r17632 r17681 552 552 553 553 /** 554 * Copy an object. 555 * 556 * @since 2.7.0 557 * @deprecated 3.2 558 * 559 * @param object $object The object to clone 560 * @return object The cloned object 561 */ 562 563 function wp_clone( $object ) { 564 _deprecated_function( __FUNCTION__, '3.2' ); 565 566 return clone $object; 567 } 568 569 /** 554 570 * Whether the current request is for a network or blog admin page 555 571 *
Note: See TracChangeset
for help on using the changeset viewer.