12 lines
274 B
PHP
12 lines
274 B
PHP
|
<?php
|
||
|
namespace MobilizonConnector;
|
||
|
|
||
|
// 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 events could not be loaded!', 'connector-mobilizon'); ?>
|
||
|
</div>
|