diff --git a/src/bp-core/bp-core-template.php b/src/bp-core/bp-core-template.php
index 9ef914ed9..3b2f326de 100644
--- a/src/bp-core/bp-core-template.php
+++ b/src/bp-core/bp-core-template.php
@@ -189,6 +189,8 @@ function bp_get_options_avatar() {
  * Output a comment author's avatar.
  *
  * Not currently used in BuddyPress.
+ * 
+ * @global $comment.
  */
 function bp_comment_author_avatar() {
 	global $comment;
@@ -208,6 +210,8 @@ function bp_comment_author_avatar() {
  * Output a post author's avatar.
  *
  * Not currently used in BuddyPress.
+ * 
+ * @global WP_Post $post Post object
  */
 function bp_post_author_avatar() {
 	global $post;
