From 4074c1ef4775f1f45f5de16b1afab77a3d586427 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Wed, 11 Feb 2026 02:32:38 +0000
Subject: [PATCH] =testing upload manager racing condition for updating an image field to an empty string immediately after successfully setting the image
---
cleanup.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/cleanup.php b/cleanup.php
index 461c845..e646909 100644
--- a/cleanup.php
+++ b/cleanup.php
@@ -34,6 +34,7 @@
'wp-block-library',
'wp-block-library-theme',
'wp-block-styles',
+ 'block-style-variation-styles'
];
foreach ($global_styles as $style) {
@@ -210,7 +211,7 @@
BASE . 'gallery'
];
- //TODO: Dynamically use MetaManager to get any image or gallery fields
+ //TODO: Dynamically use Meta.php to get any image or gallery fields
foreach ($meta_fields as $meta_key) {
$meta_value = get_post_meta($post_id, $meta_key, true);
--
Gitblit v1.10.0