Make WordPress Core

Opened 10 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's profile ramiy Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

See the attached patch.

Attachments (1)

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

Download all attachments as: .zip

Change History (6)

@ramiy
10 years ago

#1 @ramiy
10 years ago

  • Keywords has-patch added

#2 @ramiy
10 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.


10 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 deleted
  • Resolution set to wontfix
  • Status changed from new to closed

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.