plugin updates
This commit is contained in:
@@ -817,7 +817,7 @@ function acf_enqueue_block_assets() {
|
||||
);
|
||||
|
||||
// Enqueue script.
|
||||
$min = defined( 'SCRIPT_DEBUG' ) && SCRIPT_DEBUG ? '' : '.min';
|
||||
$min = defined( 'ACF_DEVELOPMENT_MODE' ) && ACF_DEVELOPMENT_MODE ? '' : '.min';
|
||||
|
||||
$blocks_js_path = acf_get_url( "assets/build/js/pro/acf-pro-blocks{$min}.js" );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user