From 67c2237b52055cb52cecac5683421dcd2ecb0827 Mon Sep 17 00:00:00 2001 From: desrosj Date: Fri, 6 Oct 2023 12:47:25 +0000 Subject: [PATCH] Build/Test Tools: Check for zero-byte files in themes. Because the contents of binary files are not included in patches by default, occasionally empty versions of these files are committed on accident. This is the most commonly happens within default themes because they usually contain image and font files. This adds a job to the theme related GitHub Action workflow that checks for the presence of zero-byte files so that these instances are caught more easily. Props costdev, hellofromTonya, luminuu, onemaggie. Fixes #59527. Built from https://develop.svn.wordpress.org/trunk@56792 git-svn-id: http://core.svn.wordpress.org/trunk@56304 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 96c1e96a0d..1647dc9b2f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.4-beta2-56791'; +$wp_version = '6.4-beta2-56792'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.