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/20201.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>’;
The topic ‘Accessibility – removing’ is closed to new replies.