Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#34501 closed defect (bug) (fixed)

Avoid using <a> tags in translation strings (wp-admin/includes/dashboard.php)

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

Description

The attached patch is fixing two translation strings, with simpler links without HTML tags.

Attachments (1)

34501.patch (1.5 KB ) - added by ramiy 11 years ago.

Download all attachments as: .zip

Change History (4)

@ramiy
11 years ago

#1 @ramiy
11 years ago

  • Component GeneralI18N
  • Keywords has-patch added

#2 @SergeyBiryukov
11 years ago

  • Milestone Awaiting Review4.4

#3 @SergeyBiryukov
11 years ago

  • Owner set to SergeyBiryukov
  • Resolutionfixed
  • Status newclosed

In 35443:

Don't use <a> in translatable strings in `wp-admin/includes/dashboard.php'.

Add translator commments.

Props ramiy.
Fixes #34501.

Note: See TracTickets for help on using tickets.