Title: Accessibility &#8211; removing
Last modified: March 4, 2020

---

# Accessibility – removing

 *  Resolved [ashleylauren](https://wordpress.org/support/users/ashleylauren/)
 * (@ashleylauren)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/accessibility-removing/)
 * While reviewing my site for accessibility, I found that this plugin has a few
   lingering <i> tags used to italicize text. I have included the location and excerpt
   where the <i> tags are living. Can this be updated?
 * Thank you in advance!
 * Version 5.9.7.3
    03/04/2020
 * 1.Event-manager/em-install.php
    line 499 {has_location}<br/><i>#_LOCATIONNAME,#
   _LOCATIONTOWN #_LOCATIONSTATE</i>{/has_location} Line 510 Date(s) – #_EVENTDATES
   <br /><i>#_EVENTTIMES</i>
 * 2. Event-manager/admin/settings/wpfc-admin.php
    Line 6 echo ” – <i>powered by
   Events Manager</i>”;
 * 3. Event-manager/admin/settings/tabs/general.php
    Line 25 <i><?php esc_html_e(‘
   When creating a new event, this timezone will be applied by default.’,’events-
   manager’); ?></i>
 * 4. Event-manager/includes/sample-placeholders/event-list-default.php
    Line 15
   <i>#_LOCATIONNAME, #_LOCATIONTOWN #_LOCATIONSTATE</i>
 * 5. Event-manager/includes/sample-placeholders/event-single-default.php
    Line 
   5 <i>#_12HSTARTTIME – #_12HENDTIME</i>
 * 6. Event-manager/templates/forms/event-editor.php
    Line 18 $required = apply_filters(’
   em_required_html’,'<i>*</i>’);
 * 7. Event-manager/templates/forms/events/location.php
    Line 3 $required = apply_filters(’
   em_required_html’,'<i>*</i>’);
 * 8. Event-manager/templates/forms/event/when.php
    Line 4 $required = apply_filters(’
   em_required_html’,'<i>*</i>’);
 * 9. Event-manager/templates/forms/location/where.php
    Line 3 $required = apply_filters(’
   em_required_html’,'<i>*</i>’);
 * 10. Events-manager/templates/placeholders/locationmap.php
    Line 45 echo ‘<i>’.
   __(‘Map Unavailable’, ‘events-manager’) .'</i>’;
    -  This topic was modified 6 years, 3 months ago by [ashleylauren](https://wordpress.org/support/users/ashleylauren/).

Viewing 1 replies (of 1 total)

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/accessibility-removing/#post-12576932)
 * For lines with add_filter, you can hook into em_required_html filter to remove`
   <i>`
 * For numbers 6-9, you can modify those templates;
    to use templates: [http://wp-events-plugin.com/documentation/using-template-files/](http://wp-events-plugin.com/documentation/using-template-files/)
 * eg. wp-content/themes/Your Theme/plugins/events-manager/forms/location/where.
   php
 * However, for the core files, we can’t give any ETA for the removal of `<i>`

Viewing 1 replies (of 1 total)

The topic ‘Accessibility – removing’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=3550347)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/accessibility-removing/#post-12576932)
 * Status: resolved