#6964 closed defect (bug) (fixed)
Not translatable components names in dropdown of Activity admin area
Reported by: | slaFFik | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.7 | Priority: | normal |
Severity: | normal | Version: | |
Component: | I18N | Keywords: | good-first-bug needs-patch |
Cc: |
Description
On this page /wp-admin/admin.php?page=bp-activity
there is a dropdown of all actions (see attached).
But because of this code (in BuddyPress 2.5.1):
// see: /plugins/buddypress/bp-activity/classes/class-bp-activity-list-table.php::423 <optgroup label="<?php echo ucfirst( $component ); ?>">
those section names are not translatable.
Attachments (1)
Change History (6)
Note: See
TracTickets for help on using
tickets.
According to the way components are loading - all of them have a component name:
So why not to use here those
$name
string?