Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#34686 closed defect (bug) (fixed)

Avoid using <a> tags in translation strings

Reported by: ramiy Owned by: SergeyBiryukov
Priority: normal Milestone: 4.4
Component: I18N Version:
Severity: normal Keywords:
Cc: Focuses:

Description

Replace the old string:

<a href="%1$s">%2$s at %3$s</a>

With the new:

%1$s at %2$s

Moving the <a> tag out of the translation string to the code.

Attachments (1)

34686.patch (1.7 KB ) - added by ramiy 11 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
11 years ago

#1 @SergeyBiryukov
11 years ago

In 35665:

I18N: Remove <a> tag from translatable string in wp-admin/comment.php.

Props ramiy.
See #34686.

#2 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 35666:

I18N: Remove <a> tag from translatable string in wp-admin/includes/class-wp-comments-list-table.php.

Props ramiy.
Fixes #34686.

#3 @SergeyBiryukov
11 years ago

  • Milestone Awaiting Review4.4
Note: See TracTickets for help on using tickets.