Make WordPress Core

Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#40941 closed defect (bug) (invalid)

Wrong closing tag in i18n string of Nearby WordPress Events

Reported by: pedromendonca's profile 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)

#1 @iandunn
8 years ago

  • Component changed from Plugins to Administration
  • Keywords needs-patch good-first-bug added

#2 @ocean90
8 years ago

  • Keywords needs-patch good-first-bug removed
  • Milestone Awaiting Review deleted
  • Resolution set to invalid
  • Status changed from new to closed
  • Version trunk deleted

Hello @pedromendonca,

as already said on Slack, this needs to be reported to the plugin author directly.

#3 @pedromendonca
8 years ago

Thanks @ocean90
I will.

#4 @iandunn
8 years ago

Doh, I missed that the link went to the plugin and not Core. Thanks for catching that @ocean90 :)

Note: See TracTickets for help on using tickets.