Skip to:
Content

BuddyPress.org

Ticket #8287: 8287.01.patch

File 8287.01.patch, 513 bytes (added by r-a-y, 6 years ago)
  • src/bp-notifications/bp-notifications-template.php

     
    897897                ) );
    898898
    899899                // Build the links.
    900                 $retval = $r['before'] . implode( $r['links'], $r['sep'] ) . $r['after'];
     900                $retval = $r['before'] . implode( $r['sep'], $r['links'] ) . $r['after'];
    901901
    902902                /**
    903903                 * Filters the action links for the current notification.