# 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.
Index: template-tags.php
--- template-tags.php Base (BASE)
+++ template-tags.php Locally Modified (Based On LOCAL)
@@ -2263,7 +2263,7 @@
 		// Process the admin links
 		$links = implode( $r['sep'], array_filter( $r['links'] ) );
 
-		return apply_filters( 'bbp_get_topic_admin_links', $r['before'] . $links . $r['after'], $args );
+		return apply_filters( 'bbp_get_topic_admin_links', $r['before'] . $links . $r['after'], $r );
 	}
 
 /**
