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

15 lines
373 B
PHP
Raw Normal View History

2024-04-05 23:26:11 +02:00
<?php
namespace MobilizonConnector;
// Exit if this file is called directly.
if (!defined('ABSPATH')) {
exit;
}
?>
<div class="<?php echo esc_attr($classNamePrefix); ?>_events-list">
2024-11-08 23:17:19 +01:00
<?php
/* translators: %s is replaced with the name of the group. */
echo esc_html(sprintf(__('The group "%s" could not be found!', 'connector-mobilizon'), $groupName));
?>
2024-04-05 23:26:11 +02:00
</div>