Update customizer.php

This commit is contained in:
2026-04-25 02:26:19 +02:00
parent b0eb1d9526
commit af8a9447b0
+1 -1
View File
@@ -84,7 +84,7 @@ function zeitfresser_customize_register( $wp_customize ) {
'type' => 'checkbox', 'type' => 'checkbox',
'section' => 'ztfr_performance_tools', 'section' => 'ztfr_performance_tools',
'label' => 'Auto Delete Original Pictures on Upload', 'label' => 'Auto Delete Original Pictures on Upload',
'description' => 'Automatically deletes original images after optimization. Warning: deleting original images cannot be undone.', 'description' => 'Automatically deletes original images after optimization. ⚠️ This action cannot be undone.',
) )
); );
} }