Make WordPress Core

Opened 11 years ago

Closed 10 years ago

#35723 closed defect (bug) (wontfix)

Avoid using HTML tags in translation strings (wp-includes/ms-load.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 (2)

35723.patch (1.1 KB ) - added by ramiy 11 years ago.
35723.2.patch (1.1 KB ) - added by ramiy 11 years ago.
Add esc_url()

Download all attachments as: .zip

Change History (6)

@ramiy
11 years ago

@ramiy
11 years ago

Add esc_url()

#1 @ramiy
11 years ago

  • Keywords has-patch added

#2 @ramiy
11 years ago

Old strings:

  • Read the <a href="%s" target="_blank">bug report</a> page. Some of the guidelines there may help you figure out what went wrong.
  • https://codex.wordpress.org/Debugging_a_WordPress_Network

New strings:

  • Read the %s page. Some of the guidelines there may help you figure out what went wrong.
  • bug report
  • https://codex.wordpress.org/Debugging_a_WordPress_Network

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


10 years ago

#4 @ocean90
10 years ago

  • Milestone Awaiting Review
  • Resolutionwontfix
  • Status newclosed

The current string looks good as is. Fragmented strings should be avoided.

Note: See TracTickets for help on using tickets.