Skip to:
Content
Pages
Categories
Search
Top
Bottom

1.0.3 > Site Wide Activity widget not translating


  • Baden
    Participant

    @baden03

    In updating to BP 1.0.3 the default title for the Site Wide Activity widget reverted back to English. This issue can be fixed by making the following change to the bp-activity-widgets.php file located in the buddypress > bp-activity folder:

    change line 11:

    parent::WP_Widget( false, $name = ‘Site Wide Activity’ );

    to:

    parent::WP_Widget( false, $name = __(‘Site Wide Activity’, ‘buddypress’) );

    hopefully this will be fixed in the next release.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘1.0.3 > Site Wide Activity widget not translating’ is closed to new replies.
Skip to toolbar