Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#35680 closed defect (bug) (wontfix)

Avoid using HTML tags in translation strings (wp-admin/edit-form-advanced.php)

Reported by: ramiy Owned by:
Priority: normal Milestone:
Component: I18N Version:
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

See the attached patch.

Attachments (1)

35680.patch (870 bytes ) - added by ramiy 11 years ago.

Download all attachments as: .zip

Change History (6)

@ramiy
11 years ago

#1 @ramiy
11 years ago

  • Keywords has-patch added

#2 @ramiy
11 years ago

Old string:

  • <strong>Connection lost.</strong> Saving has been disabled until you&#8217;re reconnected.

New strings:

  • Connection lost.
  • Saving has been disabled until you&#8217;re reconnected.

This ticket was mentioned in Slack in #core-i18n by ramiy. View the logs.


11 years ago

This ticket was mentioned in Slack in #core-i18n by ocean90. View the logs.


10 years ago

#5 @ocean90
10 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

Help texts are using the same formatting: '<strong>$title</strong> &mdash; $description'

Also, we'd lose the context for "Connection lost" if the string gets split. Closing as wontfix.

Note: See TracTickets for help on using tickets.