Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
07/06/2011 08:05:40 PM (15 years ago)
Author:
boonebgorges
Message:

Global cleanups and documentation for notification formatting functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-messages/bp-messages-functions.php

    r4622 r4623  
    244244                $return = apply_filters( $filter, array(
    245245                        'text' => $text,
    246                         'link' => $at_mention_link
    247                 ), $at_mention_link, (int)$total_items, $text, $link );
     246                        'link' => $link
     247                ), $link, (int)$total_items, $text, $link );
    248248        }
    249249
Note: See TracChangeset for help on using the changeset viewer.