Changeset 7613
- Timestamp:
- 11/29/2013 07:08:19 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-messages/bp-messages-functions.php
r7570 r7613 256 256 257 257 if ( 'string' == $format ) { 258 $return = apply_filters( $filter, '<a href="' . $link . '" title="' . $title . '">' . $text . '</a>', (int) $total_items, $text, $link );258 $return = apply_filters( $filter, '<a href="' . $link . '" title="' . $title . '">' . $text . '</a>', (int) $total_items, $text, $link, $item_id, $secondary_item_id ); 259 259 } else { 260 260 $return = apply_filters( $filter, array( 261 261 'text' => $text, 262 262 'link' => $link 263 ), $link, (int) $total_items, $text, $link );263 ), $link, (int) $total_items, $text, $link, $item_id, $secondary_item_id ); 264 264 } 265 265
Note: See TracChangeset
for help on using the changeset viewer.