Make WordPress Core

Opened 12 years ago

Closed 11 years ago

#24945 closed defect (bug) (fixed)

Consolidate similar menu locations strings

Reported by: drewapicture's profile DrewAPicture Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 3.7 Priority: normal
Severity: normal Version: 3.6
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

In the new 'Manage Locations' tab added to the Menus screen in 3.6, we have this plural/singular string:

'Your theme supports %s menu. Select which menu you would like to use below.', 'Your theme supports %s menus. Select a menu to use for each theme location below.'

And in the nav menus Customizer control we have this plural/singular string:

'Your theme supports %s menu. Select which menu you would like to use.', 'Your theme supports %s menus. Select which menu appears in each location.'

The patch consolidates both to use the Customizer control version.

Attachments (1)

24945.diff (929 bytes) - added by DrewAPicture 12 years ago.

Download all attachments as: .zip

Change History (2)

@DrewAPicture
12 years ago

#1 @SergeyBiryukov
11 years ago

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

In 25218:

Consolidate similar menu locations strings. props DrewAPicture. fixes #24945.

Note: See TracTickets for help on using tickets.