Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#33317 closed defect (bug) (fixed)

Missing i18n on site admin screens

Reported by: johnbillion's profile johnbillion Owned by: helen's profile helen
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.3
Component: Administration Keywords: has-patch commit
Focuses: multisite Cc:

Description

r33186 introduced some strings which aren't internationalised.

Attachments (1)

33317.patch (2.9 KB) - added by johnbillion 11 years ago.

Download all attachments as: .zip

Change History (4)

@johnbillion
11 years ago

#1 @johnbillion
11 years ago

  • Keywords has-patch added

33317.patch also corrects the trailing slash which is missing from the get_home_url() calls.

Last edited 11 years ago by johnbillion (previous) (diff)

#2 @ocean90
11 years ago

  • Keywords commit added

We have the same strings internationalized in trunk/src/wp-admin/my-sites.php@33442#L110, so no new strings here.

33317.patch looks good. (Note: my-sites.php (and probably others) also doesn't use the trailing slash.)

#3 @helen
11 years ago

  • Owner set to helen
  • Resolution set to fixed
  • Status changed from new to closed

In 33603:

Network admin: Internationalize some existing strings that were missed in [33186].

Also adds the trailing slash to the get_home_url() calls.

props johnbillion.
fixes #33317.

Note: See TracTickets for help on using tickets.