Make WordPress Core

Opened 6 years ago

Closed 6 years ago

#46592 closed defect (bug) (fixed)

Admin plugin list: Use correct singular for "Drop-in"

Reported by: tobifjellner's profile tobifjellner Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 5.2 Priority: normal
Severity: normal Version:
Component: Plugins Keywords: good-first-bug has-patch
Focuses: administration Cc:

Description

https://build.trac.wordpress.org/browser/trunk/wp-admin/includes/class-wp-plugins-list-table.php?marks=446#L446

$text = _n( 'Drop-ins <span class="count">(%s)</span>', 'Drop-ins <span class="count">(%s)</span>', $count );

The first mention of "Drop-ins" should be singular and thus "Drop-in".

Attachments (1)

46592.diff (717 bytes) - added by mukesh27 6 years ago.
Patch.

Download all attachments as: .zip

Change History (4)

#1 @SergeyBiryukov
6 years ago

  • Milestone changed from Awaiting Review to 5.2

@mukesh27
6 years ago

Patch.

#2 @mukesh27
6 years ago

  • Keywords has-patch added

#3 @SergeyBiryukov
6 years ago

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

In 45021:

Plugins: Use correct singular for "Drop-in" in plugins list table.

Props tobifjellner, mukesh27.
Fixes #46592.

Note: See TracTickets for help on using tickets.