# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: includes\topics
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 2263 | 2263 | // Process the admin links |
| 2264 | 2264 | $links = implode( $r['sep'], array_filter( $r['links'] ) ); |
| 2265 | 2265 | |
| 2266 | | return apply_filters( 'bbp_get_topic_admin_links', $r['before'] . $links . $r['after'], $args ); |
| | 2266 | return apply_filters( 'bbp_get_topic_admin_links', $r['before'] . $links . $r['after'], $r ); |
| 2267 | 2267 | } |
| 2268 | 2268 | |
| 2269 | 2269 | /** |