Index: src/bp-activity/bp-activity-blocks.php
===================================================================
--- src/bp-activity/bp-activity-blocks.php	(revision 13502)
+++ src/bp-activity/bp-activity-blocks.php	(working copy)
@@ -16,6 +16,8 @@
  * Callback function to render the Latest Activities Block.
  *
  * @since 9.0.0
+ * 
+ * @global BP_Activity_Template $activities_template The Activity template loop.
  *
  * @param array $attributes The block attributes.
  * @return string           HTML output.
Index: src/bp-activity/bp-activity-embeds.php
===================================================================
--- src/bp-activity/bp-activity-embeds.php	(revision 13502)
+++ src/bp-activity/bp-activity-embeds.php	(working copy)
@@ -128,6 +128,8 @@
 	 * Generates excerpt for an activity embed item.
 	 *
 	 * @since 2.6.0
+	 * 
+	 * @global BP_Activity_Template $activities_template The Activity template loop.
 	 *
 	 * @param  string $content The content to generate an excerpt for.
 	 * @return string
@@ -164,6 +166,9 @@
  * Outputs the first embedded item in the activity oEmbed template.
  *
  * @since 2.6.0
+ * 
+ * @global BP_Activity_Template $activities_template The Activity template loop.
+ * 
  */
 function bp_activity_embed_media() {
 	// Bail if oEmbed request explicitly hides media.
Index: src/bp-activity/classes/class-bp-activity-oembed-extension.php
===================================================================
--- src/bp-activity/classes/class-bp-activity-oembed-extension.php	(revision 13502)
+++ src/bp-activity/classes/class-bp-activity-oembed-extension.php	(working copy)
@@ -156,6 +156,8 @@
 	 * Sets a custom <blockquote> for our oEmbed fallback HTML.
 	 *
 	 * @since 2.6.0
+	 * 
+	 * @global BP_Activity_Template $activities_template The Activity template loop.
 	 *
 	 * @param  int $item_id The activity ID.
 	 * @return string
Index: src/bp-blogs/bp-blogs-blocks.php
===================================================================
--- src/bp-blogs/bp-blogs-blocks.php	(revision 13502)
+++ src/bp-blogs/bp-blogs-blocks.php	(working copy)
@@ -16,6 +16,8 @@
  * Callback function to render the Recent Posts Block.
  *
  * @since 9.0.0
+ * 
+ * @global BP_Activity_Template $activities_template The Activity template loop.
  *
  * @param array $attributes The block attributes.
  * @return string           HTML output.
Index: src/bp-templates/bp-nouveau/includes/activity/template-tags.php
===================================================================
--- src/bp-templates/bp-nouveau/includes/activity/template-tags.php	(revision 13502)
+++ src/bp-templates/bp-nouveau/includes/activity/template-tags.php	(working copy)
@@ -276,6 +276,8 @@
 	 *
 	 * @todo This function is too large and needs refactoring and reviewing.
 	 * @since 3.0.0
+	 * 
+	 * @global BP_Activity_Template $activities_template The Activity template loop.
 	 *
 	 * @param array $args See bp_nouveau_wrapper() for the description of parameters.
 	 * @return array      Activity action buttons used into an Activity Loop.
@@ -783,6 +785,8 @@
 	 * Get the action buttons for the activity comments
 	 *
 	 * @since 3.0.0
+	 * 
+	 * @global BP_Activity_Template $activities_template The Activity template loop.
 	 *
 	 * @param array $args Optional. See bp_nouveau_wrapper() for the description of parameters.
 	 *
