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

12 lines
305 B
PHP
Raw Normal View History

2023-05-07 21:48:33 +02:00
<?php
2023-05-07 22:19:47 +02:00
namespace MobilizonConnector;
2023-05-07 21:48:33 +02:00
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
?>
2023-05-07 22:16:04 +02:00
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
<?php echo esc_html(sprintf(__('The group "%s" could not be found!', 'connector-mobilizon'), $groupName)); ?>
2023-05-07 21:48:33 +02:00
</div>