Requested change on data check

This commit is contained in:
LuigiPulcini 2021-12-07 10:03:02 +01:00 committed by GitHub
parent 4a3b6fdcbe
commit f845063422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -808,7 +808,7 @@ jQuery( function( $ ) {
$( 'select.variation_actions' ).trigger( do_variation_action );
data = $( 'select.variation_actions' ).triggerHandler( do_variation_action + '_ajax_data', data );
if ( true === data.cancel ) {
if ( null === data ) {
return;
}
break;