diff --git a/wp-includes/meta.php b/wp-includes/meta.php index dbf07a54e4..c233e944ac 100644 --- a/wp-includes/meta.php +++ b/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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 76aad5aa72..3bb29574b5 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30700'; +$wp_version = '4.1-beta2-30701'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.