Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 8 years ago

#31179 closed defect (bug) (fixed)

Makepot: Ignore wp-includes/class-pop3.php in wp_frontend()

Reported by: ocean90's profile ocean90 Owned by: ocean90's profile ocean90
Milestone: 4.2 Priority: normal
Severity: normal Version:
Component: I18N Keywords: has-patch
Focuses: Cc:

Description

trunk/src/wp-includes/class-pop3.php uses the underscore alias for the gettext function. Makepot extracts these strings too, which results in having 25 unused translations.

Attachments (1)

31179.patch (2.3 KB) - added by ocean90 10 years ago.

Download all attachments as: .zip

Change History (3)

@ocean90
10 years ago

#1 @ocean90
10 years ago

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

In 31315:

i18n tools: Exclude wp-includes/class-pop3.php in wp_frontend().

The external library uses the underscore alias for the native gettext() function. Makepot extracts these strings too, which results in having 25 unused translations.

fixes #31179.

This ticket was mentioned in Slack in #design by helen. View the logs.


8 years ago

Note: See TracTickets for help on using tickets.