You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$response_description .= '. ' . __('The image has not been added to the media library.', 'wc1c');
614
-
}
615
-
else
616
-
{
617
-
$response_description .= '. ' . __('Image added to media library, id:', 'wc1c') . '' . $image_id;
618
-
}
619
-
}
620
-
else
621
-
{
622
-
$response_description .= '. ' . __('The image has not been added to the media library. It was added earlier, id:', 'wc1c') . '' . $image_current->getId();
0 commit comments