connector-wordpress/source/view/events-list-group-not-found...

10 lines
241 B
PHP

<?php
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
<?php esc_html_e('The group could not be found!', 'connector-mobilizon'); ?>
</div>