From 425787e5bae7e4f32d1b02c025c4ee1872be141b Mon Sep 17 00:00:00 2001 From: Peter Wilson Date: Tue, 7 Feb 2023 03:17:17 +0000 Subject: [PATCH] Filesystem API: Add test for uncovered `WP_Error` in `move_dir()`. Introduces a test for the `WP_Error` object `destination_not_deleted_move_dir` in the `move_dir()` function. Follow up to [55226]. Props costdev, mukesh27. Fixes #57375. Built from https://develop.svn.wordpress.org/trunk@55244 git-svn-id: http://core.svn.wordpress.org/trunk@54777 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 a96a14d0ca..8e4833a96e 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.2-alpha-55243'; +$wp_version = '6.2-alpha-55244'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.