From f3db86148e40ab40016856a16e0124bcf183b02b Mon Sep 17 00:00:00 2001 From: gziolo Date: Thu, 8 Feb 2024 09:26:11 +0000 Subject: [PATCH] Interactivity API: Remove empty file Missed that when applying patch from GitHub. Follow-up [57563]. See #60356. Props: swissspidy. Built from https://develop.svn.wordpress.org/trunk@57564 git-svn-id: http://core.svn.wordpress.org/trunk@57065 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/interactivity-api.php | 0 wp-includes/version.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 wp-includes/interactivity-api.php diff --git a/wp-includes/interactivity-api.php b/wp-includes/interactivity-api.php deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/wp-includes/version.php b/wp-includes/version.php index 1fed42e702..932cfd2de1 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57563'; +$wp_version = '6.5-alpha-57564'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.