#40941 closed defect (bug) (invalid)
Wrong closing tag in i18n string of Nearby WordPress Events
Reported by: | pedromendonca | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Administration | Keywords: | |
Focuses: | Cc: |
Description
Hi,
In Nearby WordPress Events, in the string We couldn't locate <strong><em>%s</em></strong>. Please try another nearby city. For example: <em>Kansas City; Springfield; Portland<em>.
, the second <em>
tag should be a closing </em>
.
https://plugins.trac.wordpress.org/browser/nearby-wp-events/trunk/includes/script-loader.php#L56
Current:
'We couldn\'t locate <strong><em>%s</em></strong>. Please try another nearby city. For example: <em>Kansas City; Springfield; Portland<em>.'
Should be:
'We couldn\'t locate <strong><em>%s</em></strong>. Please try another nearby city. For example: <em>Kansas City; Springfield; Portland</em>.'
Change History (4)
Note: See
TracTickets for help on using
tickets.
Hello @pedromendonca,
as already said on Slack, this needs to be reported to the plugin author directly.