diff --git a/src/wp-includes/meta.php b/src/wp-includes/meta.php index dbf07a54e4..c233e944ac 100644 --- a/src/wp-includes/meta.php +++ b/src/wp-includes/meta.php @@ -493,10 +493,6 @@ function get_metadata($meta_type, $object_id, $meta_key = '', $single = false) { } if ( ! $meta_key ) { - foreach ( $meta_cache as &$meta_values ) { - $meta_values = array_map( 'maybe_unserialize', $meta_values ); - } - return $meta_cache; }