#6964 closed defect (bug) (fixed)
Not translatable components names in dropdown of Activity admin area
| Reported by: | slaFFik | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.7 |
| Component: | I18N | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
According to the way components are loading - all of them have a component name:
So why not to use here those
$namestring?