diff --git a/src/wp-admin/includes/dashboard.php b/src/wp-admin/includes/dashboard.php
index 14d2837867..3da045bb35 100644
a
|
b
|
function wp_print_community_events_templates() { |
1425 | 1425 | <div class="event-info"> |
1426 | 1426 | <div class="dashicons event-icon" aria-hidden="true"></div> |
1427 | 1427 | <div class="event-info-inner"> |
1428 | | <a class="event-title" href="{{ event.url }}">{{ event.title }}</a> |
| 1428 | <a class="event-title" href="{{ event.url }}">{{{ event.title }}}</a> |
1429 | 1429 | <span class="event-city">{{ event.location.location }}</span> |
1430 | 1430 | </div> |
1431 | 1431 | </div> |