From 02894474ba71d793d2b1e286bfc388e5786f0eea Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 20 Apr 2021 03:03:07 +0000 Subject: [PATCH] Build/Test Tools: Add seeking support to stream test library. Introduces seeking to the `WP_Test_Stream` stream wrapper. This allows the testing of `wp_getimagesize()` and `wp_read_image_metadata()` among others. Includes tests for the latter. Props hellofromTonya. Fixes #52922. See #52826. Built from https://develop.svn.wordpress.org/trunk@50771 git-svn-id: http://core.svn.wordpress.org/trunk@50380 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 02097108ca..e1b2c46471 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.8-alpha-50770'; +$wp_version = '5.8-alpha-50771'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.