WordPress said:
This plugin has been closed as of June 19, 2024 and is not available for download. This closure is temporary, pending a full review.
// Chuchy fixed in …plugins/events-manager/em-actions.php:127
//$plural = (count($selectedEvents) > 1) ? __(‘Events’,’events-manager’):__(‘Event’,’events-manager’);
$plural = (count(array($selectedEvents)) > 1) ? __(‘Events’,’events-manager’):__(‘Event’,’events-manager’);