[buddypress-trac] [BuddyPress] #4401: Email subject line corrupted in 1.6 group notifications.
buddypress-trac at lists.automattic.com
buddypress-trac at lists.automattic.com
Mon Aug 6 19:34:28 UTC 2012
#4401: Email subject line corrupted in 1.6 group notifications.
--------------------------+-----------------------------
Reporter: gh0zt | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Groups | Version:
Severity: major | Keywords:
--------------------------+-----------------------------
Since upgrading to v1.6 group notification subject lines are displaying
“ and ” where there should be quotes.
I managed to fix it by removing the quotes from this line in the bp-
groups-notifications.php and several other places:
$subject = '[' . $sitename . '] ' . sprintf( __( 'You have an invitation
to the group: "%s"', 'buddypress' ), $group->name );
To fix it I removed the quotes surrounding the %s
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/4401>
BuddyPress <http://buddypress.org/>
BuddyPress
More information about the buddypress-trac
mailing list