Make WordPress Core

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

Description

See the attached patch.

Attachments (2)

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

Download all attachments as: .zip

Change History (6)

@ramiy
10 years ago

@ramiy
10 years ago

Add esc_url()

#1 @ramiy
10 years ago

  • Keywords has-patch added

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

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

Note: See TracTickets for help on using tickets.