[buddypress-trac] [BuddyPress Trac] #7033: Change email notification is broken
buddypress-trac
noreply at wordpress.org
Wed Apr 27 07:31:16 UTC 2016
#7033: Change email notification is broken
----------------------------------+---------------------
Reporter: slaFFik | Owner: djpaul
Type: defect (bug) | Status: closed
Priority: normal | Milestone: 2.6
Component: Component - Settings | Version:
Severity: normal | Resolution: fixed
Keywords: |
----------------------------------+---------------------
Comment (by DJPaul):
I forgot to note a fix I included in the same commit, in the previous
commit message. Sorry.
There are two printf placeholders in this string, they were "%1$s" and
"%s". Unfortunately, that second one is functionally identical to the
first, so the URL (to dismiss the notification) was never being
constructed properly. I switched it to "%2$s" to fix.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7033#comment:6>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list