[wp-trac] [WordPress Trac] #40941: Wrong closing tag in i18n string of Nearby WordPress Events

WordPress Trac noreply at wordpress.org
Wed Jun 7 20:30:36 UTC 2017


#40941: Wrong closing tag in i18n string of Nearby WordPress Events
---------------------------+-----------------------------
 Reporter:  pedromendonca  |      Owner:
     Type:  defect (bug)   |     Status:  new
 Priority:  normal         |  Milestone:  Awaiting Review
Component:  Plugins        |    Version:  trunk
 Severity:  normal         |   Keywords:
  Focuses:                 |
---------------------------+-----------------------------
 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:
 {{{#!php
 'We couldn\'t locate <strong><em>%s</em></strong>. Please try another
 nearby city. For example: <em>Kansas City; Springfield; Portland<em>.'
 }}}

 Should be:
 {{{#!php
 'We couldn\'t locate <strong><em>%s</em></strong>. Please try another
 nearby city. For example: <em>Kansas City; Springfield; Portland</em>.'
 }}}

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40941>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list