Skip to:
Content
Pages
Categories
Search
Top
Bottom

1.0.3 > Site Wide Activity widget not translating

  • @baden03

    Participant

    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)
  • @miguael

    Participant

    I would say, that all the Widgets are not translatable anymore…

    @chouf1

    Participant

    Relax and be patient; I related the bug on the trac…

    Maybe the dev’s are overheated with this 1.0.3 version :-)

    @apeatling

    Keymaster

    My fault, in all the rush to get it working I missed the translation functions on the names. I will fix this and some other things and release a new version soon.

    @arturo84

    Participant

    thanks Andy this is a very good news ;)

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