diff --git a/src/bp-blogs/bp-blogs-template.php b/src/bp-blogs/bp-blogs-template.php
index 6733bb35f..41dcad5ba 100644
--- a/src/bp-blogs/bp-blogs-template.php
+++ b/src/bp-blogs/bp-blogs-template.php
@@ -338,6 +338,8 @@ function bp_blog_avatar( $args = '' ) {
 	 *     @type bool     $html          Default: true.
 	 * }
 	 * @return string User avatar string.
+	 * 
+	 * @global BP_Blogs_Template $blogs_template The main blog template loop class.
 	 */
 	function bp_get_blog_avatar( $args = '' ) {
 		global $blogs_template;
@@ -503,6 +505,8 @@ function bp_blog_name() {
 	 * Return the name of the current blog in the loop.
 	 *
 	 * @return string The name of the current blog in the loop.
+	 * 
+	 * @global BP_Blogs_Template $blogs_template The main blog template loop class.
 	 */
 	function bp_get_blog_name() {
 		global $blogs_template;
@@ -531,6 +535,8 @@ function bp_blog_id() {
 	 * @since 1.7.0
 	 *
 	 * @return int ID of the current blog in the loop.
+	 * 
+	 * @global BP_Blogs_Template $blogs_template The main blog template loop class.
 	 */
 	function bp_get_blog_id() {
 		global $blogs_template;
@@ -563,6 +569,8 @@ function bp_blog_description() {
 	 * Return the description of the current blog in the loop.
 	 *
 	 * @return string Description of the current blog in the loop.
+	 * 
+	 * @global BP_Blogs_Template $blogs_template The main blog template loop class.
 	 */
 	function bp_get_blog_description() {
 		global $blogs_template;
@@ -642,6 +650,8 @@ function bp_blog_last_active( $args = array() ) {
 	 *                               Default: true.
 	 * }
 	 * @return string Last active date.
+	 * 
+	 * @global BP_Blogs_Template $blogs_template The main blog template loop class.
 	 */
 	function bp_get_blog_last_active( $args = array() ) {
 		global $blogs_template;
