diff --git a/src/bp-core/bp-core-template.php b/src/bp-core/bp-core-template.php
index 9ef914ed9..3b2f326de 100644
|
a
|
b
|
function bp_get_options_avatar() { |
| 189 | 189 | * Output a comment author's avatar. |
| 190 | 190 | * |
| 191 | 191 | * Not currently used in BuddyPress. |
| | 192 | * |
| | 193 | * @global $comment. |
| 192 | 194 | */ |
| 193 | 195 | function bp_comment_author_avatar() { |
| 194 | 196 | global $comment; |
| … |
… |
function bp_comment_author_avatar() { |
| 208 | 210 | * Output a post author's avatar. |
| 209 | 211 | * |
| 210 | 212 | * Not currently used in BuddyPress. |
| | 213 | * |
| | 214 | * @global WP_Post $post Post object |
| 211 | 215 | */ |
| 212 | 216 | function bp_post_author_avatar() { |
| 213 | 217 | global $post; |