Avoid _deprecated_function() in wp_clone(). An object cache gets loaded before i18n functions exist. Maybe a better solution in 3.3. see #17206.

git-svn-id: https://develop.svn.wordpress.org/trunk@18293 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2011-06-12 20:36:47 +00:00
parent 08b6904f3e
commit 2a4706af64
1 changed files with 0 additions and 2 deletions

View File

@ -561,8 +561,6 @@ function shutdown_action_hook() {
*/
function wp_clone( $object ) {
_deprecated_function( __FUNCTION__, '3.2' );
return clone $object;
}