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: http://svn.automattic.com/wordpress/trunk@18293 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
nacin 2011-06-12 20:36:47 +00:00
parent 574655d023
commit 4dcb9576c8
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;
}