Skip to:
Content

BuddyPress.org

Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#1491 closed defect (bug) (fixed)

adminbar uses hardcoded strings in blog role check; ignores i18n

Reported by: DJPaul Owned by:
Priority: major Milestone: 1.2
Component: Version:
Severity: Keywords: i18n
Cc:

Description

bp-core-adminbar.php, in bp_adminbar_blogs_menu()
This line:

if ( !( 'Subscriber' == $role ) ) { then they have something to display on the flyout menu

$role is returned from get_blog_role_for_user() which the value could be translated.

Change History (4)

#1 @apeatling
17 years ago

  • Resolutioninvalid
  • Status newclosed

This is an internal value, it's not translated since it is never displayed.

#2 @apeatling
17 years ago

  • Resolution invalid
  • Status closedreopened

I take that back, I've been drinking too much tea today.

#3 @apeatling
17 years ago

  • Resolutionfixed
  • Status reopenedclosed
Note: See TracTickets for help on using tickets.